This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Post Loop Slider Unwanted Side Padding

Open 1 reply generalquestion
7 years ago · Last reply by Andrew Misplon 7 years ago

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

Home Page

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 7 years, 5 months ago

    Hi 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.

Have a different question or issue?

Start New Thread