• When accessing my page using my phone the hamburger menu is in the center instead of being to either the left or right side. Is there a css entry I can put in the Additional CSS section to force the menu to go left or right?

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

Viewing 1 replies (of 1 total)
  • Hello @jiescobar,

    We can make the hamburger to right with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    @media only screen and (max-width: 568px){
    .btn-navbar {
    float: right !important;
    }
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

Viewing 1 replies (of 1 total)

The topic ‘Mobile Menu’ is closed to new replies.