How to reduce the padding above and below the pop-up block

Hey, how can i reduce the padding above and below the popup block in dawn theme. Please help. Thanks in advance!

hi @suryagoswami7

Can you share with me the page url

sure!

https://thesmugglerstore.in/

@suryagoswami7

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css ->paste bellow code in bottom of file

.product__info-container>+ {

margin: 0 !important;

}

Hope that my solution works for you.

Best regards,

Richard | PageFly

1 Like

Hey @PageFly-Richard , Thank you soo much! It worked.

1 Like

Hello @suryagoswami7

It will be helpful if you try this code -

Go to Online Store->Theme->Edit code->section-main-product.css ->Add code at the bottom

.product__info-container>*+* {
    margin: 0;
}

I’m glad to help you @suryagoswami7 :wink:

1 Like