• Resolved bo55ing

    (@bo55ing)


    Hey,
    Having problems with the cart widget when it’s placed in the header.
    It’s a bit too small and when the yellow paypal button appears when you have something added to the cart, the car icon (really small) appears on the left of the paypal boxand the total appears really small above it.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    hello bo55ing,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    p.woocommerce-mini-cart__buttons.buttons.wcppec-cart-widget-spb {
        position: absolute;
        top: 100%;
        width: 100%;
    
    .woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    
        margin: 27px;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter bo55ing

    (@bo55ing)

    Hey,
    the “.woocommerce ul.cart_list, .woocommerce ul.product_list_widget” part gives me an error?

    Edit: in addition it then forces the Paypal button to be halfway out the header, below the cart

    • This reply was modified 5 years, 11 months ago by bo55ing.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cart Widget Messed Up’ is closed to new replies.