Hi,
I'm trying to put a Responsive Menu align to the Right, but I can't.
Could you help me in this issue?
Always is cutting the sub-menu.
Here is a demo project: https://wetransfer.com/downloads/978a12 ... 028/d73518
Thanks in advance!
M.
Responsive Menu align to the Right
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Responsive Menu align to the Right
The sub menu is always positioned at the left of the main menu.
You can change this by adding this code to Page HTML:
You can change this by adding this code to Page HTML:
Code: Select all
<style>
#wb_menuResponsiveMenu1 ul ul
{
right: 0;
left: auto;
}
</style>
Re: Responsive Menu align to the Right
Thanks a lot Pablo for your valuable help!
It works perfectly!
Have a nice day!
M.
It works perfectly!
Have a nice day!
M.