You guys were doing great.
See the ugly icons and misaligned sub-menu items under the ABOUT tab.
The menu functioned great for a long time.
Thanks!
Hey Justin!
I checked your website and it looks beautiful to me. Can you show us whats going for you please? use imgur.com or dropbox to add some screenshots highlighting any issues.
Regards,
Andy
Thanks Andy, and I am sorry I meant mobile: http://js-interactive.com/MOBILE.png
Hi!
Please add following code to Quick CSS
#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before {
content: "\25BA";
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Thanks Yigit, how do I get the sub-menu to left -indent..? It needs padding.
It was previously set this way by default in the theme.
Appreciate it.
Hi!
You have following code in Quick CSS
ul.sub-menu li a {
padding: 5px 8px!important;
border: 0!important;
}
Please change it to
@media only screen and (min-width: 990px) {
ul.sub-menu li a {
padding: 5px 8px!important;
border: 0!important;
}}
Regards,
Yigit
AH! Thank you!!
Justin