Remove space between MetaSlider Pro and footer
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?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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.
Worked like a charm.
Thanks, as always, for the great feedback.
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.