Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #737868

    Hey Guys!

    I got an issue with the main menu going over the top of the logo AND the Cart Icon going behind Hamburger icon on small screens.

    Thanks in advance!

    #739670

    Hi ChichesterDesign!

    Thank you for using Enfold.

    Please try to decrease the font size and the padding of the menu items for smaller screens.

    @media only screen and (max-width: 1200px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
        padding: 0 10px;
        font-size: 12px;
    }
    
    .responsive #top .cart_dropdown {
        position: absolute;
        right: 7.5%;
    }
    
    .responsive .main_menu {
        position: static;
    }
    }

    The css code above will also adjust the position of the cart icon.

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.