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.

Remove white space below post carousel

Open 5 replies developerpluginplugin-page-builder
Started · Latest reply by Andrew Misplon

I have multiple pages with the post carousel at the bottom and they all have a large extra white space below the carousel. Other widgets do not have this issue on my site. Any ideas?

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

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff

    Hi Jocelyn

    Do you have a public URL where we can take a look at what’s going on?

    Thanks

  2. Jocelyn McAlpin

    Thank you Andrew! Also, is there a mobile optimized view for the Hero banner i used for the top of each page or should I use a different widget?
     

    Membership: https://phoenixchamber.com/membership-new

     

    Events: https://phoenixchamber.com/events-new

     

    Economic Development: https://phoenixchamber.com/economic-development-new

     

    Public Affairs: https://phoenixchamber.com/policy-advocacy-new/

  3. Andrew Misplon Staff

    Hi :)

    Your theme is using a really generalized rule that’s causing this problem. To try and resolve, go to CustomizeAdditional CSS and insert:

    .entry-content li {
      margin-bottom: 0;
    }

    Let us know how that goes. If it doesn’t work, try:

    .entry-content li {
      margin-bottom: 0 !important;
    }

    For your Hero, what I recommend doing is removing the blank h1 tag here: https://phoenixchamber.com/membership-new/. Try using Top and Bottom Padding instead and also ensure that the use FitText setting is enabled.

  4. Jocelyn McAlpin

    Thank you Andrew! The solutions worked beautifully :-)

  5. Andrew Misplon Staff

    Super, glad to hear that helped :)

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