Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #741354

    Hi, how can I switch the location for the logo and the menu – https://www.screencast.com/t/0d1kmVxW – on mobile so that the logo will be on the left and menu on the right?

    Thanks.

    #742104

    Hey DROR,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #advanced_menu_toggle {
        left: auto;
        right: 0;
      }
      
      .responsive .logo img,
      .responsive #top .logo {
        float: left;
      }
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #742350

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Logo to the left and menu to the right on mobile’ is closed to new replies.