• Resolved wccwts

    (@wccwts)


    I’m using Meta Slider – R.Slides, Theme = Default. I’m trying to remove the space below the slider. Any suggestions? I went through the other threads about removing the space but they’re all using the FlexSlider option, not the R.Slides. Thanks!

    https://wordpress.org/plugins/ml-slider/

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

    (@wccwts)

    Forgot to include:

    The issue can be found here: http://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

    matchalabs

    (@matchalabs)

    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.