• Resolved garysamuels

    (@garysamuels)


    Installed WP Mobile Menu and really like the way it is working. The exception is how it is working in Safari. I want to drop the header when the mobile menu is active so I included this in my css.
    @media screen and (max-width: 1024px) {
    header#branding {
    display: none;
    }
    }

    It works in Crome but not in Safari. Do you have any idea of why?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter garysamuels

    (@garysamuels)

    It started working without any changes to the css. Since the issue was showing up across multiple devices I assume it was related to cache.

    Sorry to bother you, great plug-in.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @garysamuels,

    I’m glad it’s sorted. It definitely can only be a cache issue in that scenario.
    Let me know if you need any further help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘@media screen and (max-width: 1024px) not working’ is closed to new replies.