Hi,
I have a sub-menu , and then a second level drop-down under that. When the menu item flies out it goes to the left. How can I change this to fly out to the right?
Here is a link to my site: http://pres-truth.christianinternethosting.com/
Thanks!
Hey!
Try adding this code to the Quick CSS:
.main_menu .menu ul{
left: auto !important;
right: 0;
}
Cheers!
Josue
That, unfortunately, did not work. You can see the results here: http://pres-truth.christianinternethosting.com/. The menu items are now piling on top of each other.
Thanks!
Hey!
Change the code to:
.main_menu .menu > li > ul{
left: auto !important;
right: 0;
}
Cheers!
Josue
That did not work either. Now the menu items fly out to the left like before. I don’t know why that CSS is not working. I am placing it in the quick CSS section in the Theme Options.
See it now:
http://pres-truth.christianinternethosting.com/
Regards,
Josue
Thank you very much!
You are welcome, glad we could help :)
Regards,
Josue