Responsive Menu align to the Right

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
User avatar
miguelss
 
 
Posts: 139
Joined: Thu Aug 15, 2013 12:25 pm
Location: Madrid, Spain

Responsive Menu align to the Right

Post by miguelss »

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.
User avatar
Pablo
 
Posts: 21700
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Responsive Menu align to the Right

Post by Pablo »

The sub menu is always positioned at the left of the main menu.

You can change this by adding this code to Page HTML:

Code: Select all

<style>
#wb_menuResponsiveMenu1 ul ul 
{
    right: 0;
    left: auto;
}
</style>
User avatar
miguelss
 
 
Posts: 139
Joined: Thu Aug 15, 2013 12:25 pm
Location: Madrid, Spain

Re: Responsive Menu align to the Right

Post by miguelss »

Thanks a lot Pablo for your valuable help!
It works perfectly!

Have a nice day!
M.
Post Reply