Tagged: submenu
Dear All,
I wonder if someone could help me. We have a menu on the top of the screen which drops down into a nice set of options. Some of those options have submenus which come out of the left hand side. Is there a way of forcing the sub menu to come out of the right hand side of the drop down menu?
Many thanks
Gareth
Hey welshgje!
Can you send us a link to your page so we can take a look? You can set you reply as private if you wish.
Best regards,
Elliott
Thank you – have sent the link to the site I am helping to support in the Private Content section.
Hi,
Thanks for the link, I’m not sure I understand what you are trying to achieve though. Could you post a screenshot highlighting your intentions please? You can upload to a service like imgur.com for example and then link to the image here.
Thanks,
Rikard
Hey Rikard,
I also would like the sub-submenu to roll-out to the right side of the menu instead of the left side. Is it possible?
link screenshot
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-main-nav ul ul {
left: 207px;
}
Best regards,
Yigit
Thank you Yigit!
Works perfect