Viewing 5 replies - 1 through 5 (of 5 total)
  • Noticed you are using Firefox. Use Firebug plugin to highlight that bar and find out what it is. Else you can use Google Chrome and their developers tools to highlight that bar to find out where it is coming from.

    Thread Starter lebowzki

    (@lebowzki)

    sniffing arround with firebug reveals that this padding might be
    responsible
    .ngg-widget, .ngg-widget-slideshow {
    padding-top: 5px;
    }

    changing it to 0 removes gap,but after saving this into my child theme style.css gap returns

    first miliseconds when loading there is no gap, but then header slideshow jumps up a little and hence the gap

    Thread Starter lebowzki

    (@lebowzki)

    solved this adding
    ngg-widget-slideshow {
    overflow: hidden;
    margin:0pt;
    padding:0px 0px 0px 0pt; /* Org: padding:5px 0px 0px 0pt; */
    text-align:left;
    }

    to nggallery.css not style.css

    this doesent work for me ;( somehow its still in the same position!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    That’s a shame. If you need support, create your own thread.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘unexpected gap between navigation bar and nextgen slideshow header’ is closed to new replies.