Tagged: drop down menu, enfold
On a drop down menu I have a third tier of content that opens on the left. My client would like it to open on the right instead.
http://lafuenteconsulting.com/blog/
Is there a way to make sure those third tier of drop down menus open on the right?
Hi Andrea!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .av-main-nav ul ul {
left: inherit;
right: -207px;
}
Cheers!
Devin
This worked great! Thank you!