After working great my main menu layout has changed. The menu titles are on a new line from the bullets. I have a screen shot but don t know how to insert it here.
I have version 2.01 on 3.6
Hi tonaua,
With an issue like that it would be best if we could just inspect it live. You can obfiscate your url from search engines by using http://goo.gl/
Regards,
Devin
Please replace following ode in your quick css field
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
height: 80px !important;
line-height: 80px !important;
}
with
.social_header #header_main .container, .social_header .main_menu > ul > li a {
height: 80px !important;
line-height: 80px !important;
}
Great. Thanks!