Page 1 of 1

Responsive Menu align to the Right

Posted: Sat Sep 26, 2020 7:02 pm
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.

Re: Responsive Menu align to the Right

Posted: Sat Sep 26, 2020 8:29 pm
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>

Re: Responsive Menu align to the Right

Posted: Sun Sep 27, 2020 9:20 am
by miguelss
Thanks a lot Pablo for your valuable help!
It works perfectly!

Have a nice day!
M.