Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    The top nav has a bottom margin that needs to be set to zero like this:

    #access {
        background: -moz-linear-gradient(#6699CC, #0A0A0A) repeat scroll 0 0 transparent;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
        clear: both;
        display: block;
        float: left;
        margin: 0 auto;
        width: 100%;
    }

    You also need to clear the float on the nav so that the slideshow doesn’t float, and you can add auto left/right margins if you want to center the slideshow:

    #page .meteor-slides {
        clear: both;
        margin: 0 auto;
    }
    Thread Starter [email protected]

    (@imdkiesslingyahoocom)

    Thanks. It worked!

    Plugin Author Josh Leuze

    (@jleuze)

    No problem!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Meteor Slides] Remove space between Top of slide and Top Nav’ is closed to new replies.