Hi,
nilsbirdtraining.com
I have set the css classes (optional) to left on a submenu but it is not then coming out to the left on the screen.
Can you help?
Thanks,
David Bird
Hi,
nilsbirdtraining.com
I have set the css classes (optional) to left on a submenu but it is not then coming out to the left on the screen.
Can you help?
Thanks,
David Bird
Hi David
Thanks for reaching out.
At the moment, the left class is only functional from the top level. If you apply the class to the Webinars menu item it’ll work.
Hi Andrew,
Appreciate the response.
Thanks.
Will you be getting the left function to work on the sub menus in the future?
David
Hi David
Sure, no problem.
Are you wanting to make some of your second-level parents open to the left and some open their children to the right?
If you’d like to make the final lists left aligned, you can add the following to Customize > Additional CSS:
.main-navigation .left ul ul li {
text-align: left;
}That might work as a slightly cleaner look.
Thanks Andrew.
I’ll have a think about your suggestion.
David