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 space between MetaSlider Pro and footer

Resolved 3 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

On the homepage, I would like to remove the empty space between the second Meta Slider and the footer.

I tried using the following but it didn’t work

#main {
  padding-bottom: 0px !important;
}

Is there are a way to do this with custom CSS?

URL: http://nforcesports.com

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 10 years, 5 months ago

    Hi Jandrewscott

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    /* Home */
    .home .panel-row-style:last-of-type[style] {
    	margin-bottom: 0;
    	padding-bottom: 0 !important;
    }

    Leave your original Custom CSS in play. Just add the above. Should help.

  2. jandrewscott 10 years, 5 months ago

    Worked like a charm.

    Thanks, as always, for the great feedback.

  3. Andrew Misplon Staff 10 years, 4 months ago

    Super, glad that did the trick.

    All the best with your site.

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