Tagged: ,

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

    Hello again,

    Just an FYI, just tested the solution given and it only half works. If you add something to the cart, you will notice it is off from the shopping cart icon in the menu. This is because the height is still 148px.

    The full code for the fix needs to be.

    @media only screen and (max-width: 767px) {
    .responsive #top #header_main #menu-item-shop .cart_dropdown_link {
        line-height: 80px;
        height: 80px;
    }

    Kind Regards,
    Kostantinos

    • This topic was modified 6 years, 6 months ago by ConStambo.
    #893050

    Hey ConStambo,
    Thank you for sharing your solution.

    Best regards,
    Mike

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