• Resolved aracifcarvalho

    (@aracifcarvalho)


    Hy
    I hope someone can help me with my problem.
    I developed a wordpress site using chrome browser. I add some aditional css, because I need the submenu itens always visible.
    With chrome is exactly what I want, but I have no ideia why when visit the site with Mozilla, explorer or edge the menu looks wrong (smaller container, display, etc)
    It is not the theme Umwind or the plugin page builder, because all the others sites works fine doesn’t matter which brouser.
    I really don’t know what to do.
    With chrome is exactly what I want, but I have no ideia why when visit the site with Mozilla, explorer or edge looks wrong (smaller container, display, etc)
    Thnks for your attention,
    regards,
    Araci

    • This topic was modified 4 years, 4 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    The inherited nav container widths are not interpreted consistently across browser types. Explicitly maxing out the widths available from the overall container should solve the issue. Add to the additional CSS panel of the customizer:

    .main-navigation, .main-navigation > div {
        width: 100%;
    }
    Thread Starter aracifcarvalho

    (@aracifcarvalho)

    Yes. It worked!
    Thank you thank you very much!
    Best regards!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘different menu layout for chrome and mozilla or explorer and edge’ is closed to new replies.