How do I align the menu?

Hi,

How do I align the menu to the right on desktop and center on mobile?

I would also like to change the size of the hamburger menu on mobile. Is this possible?

Comments

  • Hello,
    go to theme options>menu&action bar>menu and check the 'align right' option to align it right on desktop.
    The mobile menu alingment can be changed in theme options>responsive>header but it cannot be aligned in the midddle.
    You can change the mobile menu hamburger icon with this custom CSS
    #Top_bar a.responsive-menu-toggle i {
    font-size: 32px;
    line-height: 34px;
    }
    thanks
Sign In or Register to comment.