Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1074513

    Hi, how can I move the logo to the left and the burger menu icon to the right?

    Thanks.

    #1074576

    Hey DROR,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    .av-burger-menu-main.menu-item-avia-special{
    left:60px!important;
    }
    
    .responsive #top .logo{
    float:left!important;
    width:50%!important;
    }}

    Best regards,
    Jordan Shannon

    #1074719

    Thanks.

    #1074840

    Hi bakbek,

    Glad that we could help.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to fix logo and menu on mobile’ is closed to new replies.