• Resolved jsimsmedia

    (@jsimsmedia)


    Since recent update my mobile menu is stuck beside my logo on all screen sizes… I can’t for the life of me figure out why and at this point I feel like I’m so frustrated I’m missing the simple answer….

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello jsimsmedia,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .oceanwp-mobile-menu-icon {
      display: none;
    }
    @media(max-width: 959px) {
      .oceanwp-mobile-menu-icon {
        display: block;
        float: right;
      }
    }
    
    @media(max-width: 400px) {
      #site-logo #site-logo-inner a img, 
      #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
        max-width: 190;
      }
    }

    Hope this will helps you.

    Thanks.

    Theme Author oceanwp

    (@oceanwp)

    Hello, go to Theme Panel > Scripts & Styles, click Save Changes, then clear your cache.

    Thread Starter jsimsmedia

    (@jsimsmedia)

    Thank you so much! Resolved.

    Theme Author oceanwp

    (@oceanwp)

    You’re welcome ??

    I have the same issue, how to clear the cache??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mobile menu always showing’ is closed to new replies.