Page 1 of 1

5 questions

Posted: Sun Apr 21, 2019 3:00 pm
by MichaelUA
Hi,

I have a few questions on which I couldn't find any clear for myself answers:

1. How to make Responsive Menu stretch on full width of header without using Padding

2. I need an appearing Border when hovering over any button, but Responsive Menu does not allow me to do this. Is it possible to get around this limitation? Using the CSS menu is not an option, as it is not able to collapse into one button with a small screen resolution.

3. How to make a smooth transition between the colors on the buttons in hover mode?

4. How to organize a smooth transition (scroll) between the pages of my site by WB?

5. Why does WB stubbornly replace my "WoodfordBournePRO-Light" font with some other type font?

Re: 5 questions

Posted: Sun Apr 21, 2019 3:11 pm
by Pablo
1. Add the menu to a layout grid and set full width to 'true'

2. I'm sorry, this functionality is not available for the Responsive Menu .
Other alternatives can be found here:
http://wysiwygwebbuilder.com/navigation.html

3. This can be done with transitions
http://wysiwygwebbuilder.com/transitions.html

4. HTML does not support page transitions. Some websites simulate this by using a multiple level layer, like a Carousel.
Example: http://www.wysiwygwebbuilder.com/suppor ... index.html
Tutorial: http://www.wysiwygwebbuilder.com/carousel.html

5. Maybe you did not configure @font-face?
Related tutorial: http://wysiwygwebbuilder.com/webfonts.html

Re: 5 questions

Posted: Sun Apr 21, 2019 5:42 pm
by MichaelUA
Hi Pablo! Thanks a lot for prompt reply. I will try to apply your suggestions.