Shopping Section – Action After Add To Cart – Display Widget
-
Is there A way I can add more padding to the bottom of the Display widget? I would like the Subtotal section and the buttons below it to be about 100 pixels higher – sometimes it is needed to scroll down more even where there are few items.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.cart-widget-side .shopping-cart-widget-footer {
padding-bottom: 100px;
}
Best Regards