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

    Hi, it seems that on smartphones the logo moved to the right and the menu is on the left and the cart button is blocking the logo – http://screencast.com/t/orvCeqoZxIpq

    How can I make sure the logo stays on the left and the menu and cart button are on the right?

    Thanks!

    #730358

    Hey DROR,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

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

    Best regards,
    Yigit

    #730406

    Thanks!

    #730407

    Hey!

    You are welcome bakbek!
    Let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to make sure the logo stays on the left and the menu on the right on mobile?’ is closed to new replies.