Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #718560

    Hi, how can I fix this – http://screencast.com/t/hsSj9h1qQI?

    I want the menu to always be on the right side and the logo on the left side, regardless of screen size.

    Thanks!

    #718573

    Hey DROR,

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

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

    Best regards,
    Yigit

    #718649

    Thanks! how can I separate the cart button from the menu button so they won’t overlap on the right side of the menu – http://screencast.com/t/F2zTwtjcoBh?

    #718742

    Hi,

    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: 989px) and (min-width: 768px) {
    .responsive.html_mobile_menu_tablet.html_visible_cart #top .cart_dropdown {
        right: 100px;
    }}
    

    Best regards,
    Yigit

    #718776

    Awesome. Thanks!

    #718778

    Hi,

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

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile Menu and Logo are overlapping’ is closed to new replies.