Hi!
I would like to remove the white space between the last section and the footer. Does anyone know how I can do this without interfering with the other sections on my pages?
https://pukkins-varld.myshopify.com/pages/fodelsedagskort
password: yaowia
Hi @Dennkhan .
This is PageFly - Advanced Page Builder.
You can go to Online store => themes => actions => edit code and add this code on file base.css
.newsletter.center {
padding-bottom: 0px;
}
Hope this helps.
Best Regards;
Pagefly
Hi @PageFly-Victor ,
This did indeed solve my issue. Thank you so much for the fast solution.