Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #901488

    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!

    #901933

    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

    #902023

    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

    #903515

    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

    #905018

    Hi Yigit,
    Hi Rikard,

    Thanks for your great support. It’s working now! :)

    Best,
    Heike

    #905043

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Upper Menu not displaying correctly in FF, Safari and Edge’ is closed to new replies.