• Resolved alishamim

    (@alishamim)


    Hi,

    It is my humble request if someone can help me with the following problem.

    ” I need to Left Align the Mobile Menu Icon”

    I haven’t been able to find any solution so far. I would appreciate help on this.

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

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

    Try using the below code to the Customize > Custom CSS section to fix it –

    @media screen and (max-width: 580px) {
      .oceanwp-mobile-menu-icon.clr.mobile-right {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
    }
    }
    Thread Starter alishamim

    (@alishamim)

    Dear Amit,

    I sincerely thank you for the solution. It works perfectly! Thank you once again brother. 🙂

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to Left Align mobile menu icon’ is closed to new replies.