Hi,
My upper menu (Submenu?) looks perfect in Chrome. But in Firefox, Safari and Edge/IE the text is not displayed in the grey background but beneath it.
Thank you!
Hey DEmobilezeitgeist,
I’m seeing the same problem on my end in Chrome, please try this in Quick CSS:
#header_meta .sub_menu {
top: -15px !important;
}
Best regards,
Rikard
Hi Rikard,
Thanks for your quick response. I put the code in the Quick CSS and now the sub menu is gone in Chrome. In FF and Edge nothing changed, still broken.
Any other sugestions?
Cheers,
Heike
Hi Heike,
It seems like you set font size to 18px, decreasing it to 17px should help
.sub_menu > ul > li > a, .sub_menu > div > ul > li > a {
font-size: 17px;
}
Please make sure to disable CSS minification in Autoptimize plugin and flush cache.
Best regards,
Yigit
Hi Yigit,
Hi Rikard,
Thanks for your great support. It’s working now! :)
Best,
Heike
Hi,
I’m glad they were able to get you back on the right track. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon