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

    Hi, how can I make the cart icon show to the left of the mobile burger menu and that when clicked it will work and go to the cart page?

    #1036771

    Hey bakbek,

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

    @media only screen and (max-width:959px) {
      .responsive.html_bottom_nav_header #top #menu-item-shop.cart_dropdown {
        right: 30px;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1036920

    Hi Nikko, that fixed the position of the icon but it is still not clickable. I should be able to click on it and go to the cart page and its not working.

    #1037527

    Hi bakbek,

    Can you try replacing the code I gave to:

    @media only screen and (max-width:959px) {
      .responsive.html_bottom_nav_header #top #menu-item-shop.cart_dropdown {
        right: 30px;
        z-index: 10;
      }
    }

    Best regards,
    Nikko

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