This topic has 4 replies, 3 voices, and was last updated 8 years, 3 months ago ago by Robert Hall
Hi there,
The two menu items (Products and Legal) that have dropdown menu items do not sit in line with the other menu items. How can I fix this please?
Thank you!
Hello,
You can add this code in Theme Options -> Custom CSS -> Global Custom CSS:
.menu-main-container li {
vertical-align: middle;
}
Regards,
Rose Tyler.
Hi,
This has unfortunately not worked. Please help.
Thank you
Hello,
Please try add this code in Global Custom CSS.
.menu > li > a {
float: initial;
}
Regards,
Robert Hall
Tagged: alignment, menu, optimization, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up