[Resolved] Shopping Cart pushes menu to the left

Home Forums Support [Resolved] Shopping Cart pushes menu to the left

Home Forums Support Shopping Cart pushes menu to the left

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

    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.

    #973810
    David
    Staff
    Customer Support

    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;
        }
    }
    #973868
    Oliver

    Great! Thank you!

    #973877
    David
    Staff
    Customer Support

    You’re welcome

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