• I just realized when I went to this site on my phone, the mobile menu hamburger icon and text has been moved to the center, whereas it used to be on the right side. I can’t have it in the middle since it overlaps my logo on the left on mobile screens.

    I haven’t done anything to the site except run the recent updates. Did you change something?

    How do I get it to go back to the right side?

    • This topic was modified 3 years, 3 months ago by SeeJaneB.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    @media only screen and (max-width: 959px){
    body.default-breakpoint .oceanwp-mobile-menu-icon {
        display: block;
    }
    }
    Thread Starter SeeJaneB

    (@janiebee83)

    Perfect! That worked! Thank you so much for the quick reply.

    You are most welcome and glad to hear that solution worked well.??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile menu icon no longer on right side?’ is closed to new replies.