• Hi, I’ve read that the theme aligns the mobile hamburger menu to the right but mine is aligned to the left – I’ve checked if there’s been any CSS added that does this but I can’t see any. How do I align it right please? Many thanks in advance.

    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 (max-width: 767px){
    .custom-header-nav.clr {
        text-align: right;
        padding-right: 30px;
    }
    }
    Thread Starter casket21

    (@casket21)

    Great thank you for your speedy reply – much appreciated ??

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile Menu Alignment Right’ is closed to new replies.