Home Forums WoodMart support forum Shopping Section – Action After Add To Cart – Display Widget

Shopping Section – Action After Add To Cart – Display Widget

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

    BeyondMS
    Participant

    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.
    #294591

    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

Viewing 2 posts - 1 through 2 (of 2 total)