-
AuthorPosts
-
December 22, 2020 at 10:54 pm #1269403
How do I change the submenu direction from to the right to the left?
(as in image 3 in the images below)
image 1 & 2: current /// image 3: desiredThanks!
Itai
-
This topic was modified 4 years, 10 months ago by
Itai.
December 23, 2020 at 11:27 am #1269505Hi Itai,
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#top .av-burger-overlay-scroll { left: 0; right: auto; }Best regards,
NikkoDecember 23, 2020 at 12:02 pm #1269512Hi Niko,
Thanks for your answer but I am wrong in thinking the “burger” is for the mobile version of the site?
I guess it wasn’t clear but I’m refering to the browser (screen) version.Cheers,
Itai
December 23, 2020 at 5:46 pm #1269577Hi Itai,
I see, please try using this CSS code instead:
#top #header #avia-menu .sub-menu { right: 0; left: auto; }Best regards,
NikkoDecember 23, 2020 at 6:20 pm #1269583Hi Nico,
Yes, that is what I want but… the 2nd level submenu now appear on top of the 1st level submenu (see image). Is there a way to send the 2nd level submenu further to the left?
Image link: see image here
Itai
December 23, 2020 at 6:43 pm #1269586Hi Itai,
Can you give us a link to your site? so we can inspect it and try to give a more accurate CSS code.
Best regards,
NikkoDecember 23, 2020 at 6:51 pm #1269592yes,
“https://heaven11audio.com”
Cheers,
Itai
-
This reply was modified 4 years, 10 months ago by
Itai.
December 24, 2020 at 7:13 pm #1269773Hi Itai,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .av-main-nav ul { left: -145px; }If you need further assistance please let us know.
Best regards,
Victoria -
This topic was modified 4 years, 10 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
