How can I remove the white padding/margins on my post loop slider on my home page at the very top? It used to not be there but after I updated the theme the padding/margins appeared? I’ve tried editing the css but can’t seem to find the right css code to edit..
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Alex
Thanks for reaching out.
WP Listings is causing the problem with the following rule:
section.content-area, div.content-area { overflow: hidden }Ideally, plugins should prefix all of their rules so as to only impact their own code. When you stretch a row in Page Builder, the overflow needs to be visible.
You can try adding the following to Custom CSS to resolve:
section.content-area, div.content-area { overflow: visible; }Hope that helps.
If you’d like same day replies during the week, please consider SiteOrigin Premium. We, unfortunately, can’t guarantee reply times on the forum.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.