• Apologies as I’m sure this is easy but I’ve had a good look around and can’t find a solution.

    I created a page and added,
    [meteor_slideshow slideshow=”history” metadata=”fx: ‘fade’, random: 1″]
    at the top of the page and all’s fine other than I can’t seem to get the Slideshow to centre in the page as it always floats left.

    I cured this in the top widget area by adding {float:right;} in the Weaver Theme CSS for that area but I can’t seem to get it to work in a page.

    Very early stages of building my first WP site HERE
    The page with my issue is HERE

    Many thanks for your efforts with this plugin, I’m sure once I get my head round WP and this plugin it will be great.

    http://wordpress.org/extend/plugins/meteor-slides/

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

    (@jleuze)

    Hi Mike, you can center the slideshow using CSS like this:

    .meteor-slides {
    margin: 0 auto;
    }

    But on the homepage, the slideshow is in a widget and the widget area isn’t full width so that wouldn’t center it across the whole page. However, it should work fine using the shortcode in a page.

    Thread Starter mike_javelin

    (@mike_javelin)

    Many thanks

    Plugin Author Josh Leuze

    (@jleuze)

    No problem Mike!

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

The topic ‘[Plugin: Meteor Slides] Alignment in page’ is closed to new replies.