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

    (@jleuze)

    Try adding this to the CSS for your theme:

    .meteor-slides {
    margin: 0 auto;
    }
    Thread Starter mpd

    (@mpd)

    Thanks a lot for your quick answer, JLeuze, but I did that and it does not work. I tried with essence and weaver II themes.

    Thread Starter mpd

    (@mpd)

    Finally I got the slides centered eliminating this:

    div.navboth {
    margin: 0 0 20px 0;

    from the meteor-slides.css.

    (I left your suggestion in the css for the theme; I will try without it).

    Thread Starter mpd

    (@mpd)

    Without auto in:
    div.meteor-slides {
    height: 100% !important;
    line-height: 0;
    margin: 0 auto ;
    it does not work.

    Then I need to do that and eliminate
    div.navboth {
    margin: 0 0 20px 0;
    }

    Thanks a lot for your answer, JLeuze. Your plugin is really great!

    Plugin Author Josh Leuze

    (@jleuze)

    You’re welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Meteor Slides] How to center the slides’ is closed to new replies.