Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter wccwts

    (@wccwts)

    Forgot to include:

    The issue can be found here: https://westcoastcarwheelandtireshow.com/wordpress/
    The preview works: Yes
    It works with other themes: Haven’t Tried
    It works when I disable all other plugins: Haven’t Tried
    Meta Slider version: 3.3.1

    Hi there,

    It looks like the space is from this CSS rather than Meta Slider:

    .home.siteorigin-panels-home .site-content, .page-template-home-panels .site-content, .page-template-full-width-no-title .site-content > .container, .page-template-default-no-title .site-content > .container, .blog .site-content .container.no-blog-title {
      padding-top: 3.57143em;
    }

    You could remove this (or reduce it) with the following CSS:

    .home.siteorigin-panels-home .site-content {
      padding-top:0;
    }

    Thanks,
    Dave

    Thread Starter wccwts

    (@wccwts)

    It worked! Thanks Dave!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove space below Meta Slider?’ is closed to new replies.