Site logo

Archived topic

Shopping Cart pushes menu to the left

3 replies · Started by Oliver on August 2, 2019

Viewing posts 1–4 of 4

Hi,

when i add something to the Woocommerce-Shopping-Cart, the Menu of the site gets pushed to the left because of the growing width of the menu item with its price tag.

Hi there,

with the current design you could try this CSS:

@media(min-width: 1024px) {
    .shopping-cart {
        position: relative;
    }
    .shopping-cart .amount {
        position: absolute;
        line-height: 50px;
    }
}

Great! Thank you!

You're welcome

This archived topic is closed to new replies.