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

    Hi there, I’m looking to move the mobile menu’s position (including burger icon, search and woo cart button) to the far right of the mobile screen so it’s not overlapping the logo. It may need the spacing in between the icon/search/cart reduced if it still overlaps? Please see screenshot at https://img.savvyify.com/image/qy45 and I will post a site link in private. Thank you.

    #1414467

    Hey lfs360,

    Thank you for the inquiry.

    You can add the following css code to adjust the space between the header elements and reduce the size of the logo a bit. Adjust the values as necessary.

    @media only screen and (max-width: 767px) {
    
      /* Add your Desktop Styles here */
      .responsive .logo img,
      .responsive .logo svg {
        height: 70px !important;
        max-height: 70px;
      }
    
      .responsive #top #wrap_all .main_menu {
        height: 60px;
      }
    
      .responsive #top #menu-item-shop.cart_dropdown {
        line-height: 60px;
        margin-left: -60px;
      }
    
      .responsive.html_cart_at_menu #top .main_menu .menu>li:last-child {
        margin-right: 30px;
      }
    
      .responsive #top #wrap_all .main_menu {
        margin-top: -15px;
        right: -40px;
      }
    }
    
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the modification.

    Best regards,
    Ismael

    #1414478

    That worked great! Thankyou so much!

    #1414498

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1414500

    You can close it. Thanks again.

    #1414561

    Hi,

    Thanks for letting us know, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile menu position on mobile’ is closed to new replies.