• Resolved sadhaka

    (@sadhaka)


    I installed the plugin right above my child theme’s navigation (nav id=”site-navigation”) by way of an add_action hook to my child theme’s header.php. It looks great, except I have a 40px high space underneath it (with the colour of the #page div). Can’t seem to find what part of what it is with Firebug or get rid of it. Any ideas?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter sadhaka

    (@sadhaka)

    It seems to be the area where the “pager” goes, but if the pager is switched off, its containing area isn’t hidden – is there any way of hiding it?

    Thread Starter sadhaka

    (@sadhaka)

    update: this bug seems only to affect the “FlexSlider”

    Hi, please add this to your themes style.css file:

    .metaslider .flexslider {
    margin-bottom: 0;
    }

    Regards,
    Tom

    Thread Starter sadhaka

    (@sadhaka)

    Thanks Tom. That worked, but I find the choice of different sliders causes different breaks in my nav bar directly underneath, but it’s hackable. Cheers.

    Hi sadhaka,

    Meta Slider ships with the default CSS that the sliders come with, plus a few fixes that I added for common themes (but these only override the default CSS), so what you get is a clean ‘how the authors meant it to be’ slideshow in each case.

    Saying that, I may add some CSS that removes the bottom margin for flex slider when the pager is hidden, this request comes up quite often. I’m worried that a few users may be relying on that margin though, and maybe I’d cause more problems than solutions 🙂

    Regards,
    Tom

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘40px-high space under slider’ is closed to new replies.