Viewing 2 replies - 1 through 2 (of 2 total)
  • The Responsive Slider plugin has a default stylesheet, and in it they are adding 30px bottom margin on responsive-slider.flexslider. The below should fix it:

    .responsive-slider.flexslider {
       margin-bottom: 0px; /* add !important if it still won't work */
    }
    Thread Starter gregy1403

    (@gregy1403)

    thanx a lot .. solved!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blank space below slider’ is closed to new replies.