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
- miguelss
-

- Posts: 162
- Joined: Thu Aug 15, 2013 12:25 pm
- Location: Madrid, Spain
- Pablo
- Posts: 23902
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
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>- miguelss
-

- Posts: 162
- Joined: Thu Aug 15, 2013 12:25 pm
- Location: Madrid, Spain
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.