Title: [Plugin: Meteor Slides] centre slideshow
Last modified: August 20, 2016

---

# [Plugin: Meteor Slides] centre slideshow

 *  Resolved [robfoster](https://wordpress.org/support/users/robfoster/)
 * (@robfoster)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-meteor-slides-centre-slideshow/)
 * Hi
 * Im using MS 1.5 in Weaver ii pro, i cant figure out how to centre the slideshow
   in its area, ive read a number of different posts about this, and ive tried a
   variation on those posts, but im not having any joy. My site is [http://www.print2textile.co.uk](http://www.print2textile.co.uk)
   
   Thanks Very Much
 * Rob
 * [http://wordpress.org/extend/plugins/meteor-slides/](http://wordpress.org/extend/plugins/meteor-slides/)

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

 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-meteor-slides-centre-slideshow/#post-2704457)
 * Hi Rob, try adding this to your theme’s CSS:
 *     ```
       #wrapper .meteor-slides {
           margin: 0 auto;
       }
       ```
   
 *  Thread Starter [robfoster](https://wordpress.org/support/users/robfoster/)
 * (@robfoster)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-meteor-slides-centre-slideshow/#post-2704462)
 * Wow , that was quick! Thanks very much.
    Rob
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-meteor-slides-centre-slideshow/#post-2704472)
 * No problem!
 *  [Angela L](https://wordpress.org/support/users/angela-l/)
 * (@angela-l)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-meteor-slides-centre-slideshow/#post-2704705)
 * I’m also trying to center a slide show in my post. I’m not sure what you mean
   by adding (your code) to the Theme’s CSS. So I do not add this right into the
   post? I’d have to most likely go to the ADMIN section of the Theme? (I’m using
   Weaver II Pro). My site is [http://www.coutureandcannolicafe.com](http://www.coutureandcannolicafe.com).
   If you want to take a look to see what I mean. Thank you! Angela
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-meteor-slides-centre-slideshow/#post-2704706)
 * If you have a custom theme and are editing the code directly you would add that
   to your theme’s style.css file.
 * But if you are using Weaver and making changes through the theme options you 
   would want to add that CSS to the “Custom CSS Rules” in the “Advanced Options”
   section of the theme settings.
 *  [Angela L](https://wordpress.org/support/users/angela-l/)
 * (@angela-l)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-meteor-slides-centre-slideshow/#post-2704707)
 * I tried to add it to the Weaver theme (don’t have a detailed custom theme in 
   place yet) and I didn’t see any changes to the placement of the slides – they
   are still all showing to the left. I think I’m missing something…
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-meteor-slides-centre-slideshow/#post-2704709)
 * I don’t see this custom CSS showing up on your site, could you [send me](https://wordpress.org/support/topic/plugin-meteor-slides-centre-slideshow/mail@jleuze.com?output_format=md)
   a login so I can see how you have the CSS added in your theme options?
 *  [smythacker](https://wordpress.org/support/users/smythacker/)
 * (@smythacker)
 * [14 years ago](https://wordpress.org/support/topic/plugin-meteor-slides-centre-slideshow/#post-2704744)
 * JLeuse, first of all this is absolutly the perfect slideshow plugin for me. Great
   job and thanx. It works like a champ. I just need a little adjustment. I am not
   able (or probably capable) to center the slideshow in my container. I am using
   WP 3.3.1 and Meteor Slides 1.5. My WP theme is Wiredrive Classic 1.0.4. The page
   of difficulty where my 2 slideshow are located are at [http://douglaswater.org/system-community-news/](http://douglaswater.org/system-community-news/)
   
   As you can see on this page the slideshows are not centered. I tryed to use the
   code `#wrapper .meteor-slides { margin: 0 auto; }` that you posted above, in 
   the Wiredrive Classic: Stylesheet (style.css) in the Appearance>Editor>Edit Themes
   area. It didn’t seem to work for me or maybe I put it in the wrong place. Here
   is my CSS [http://pastebin.com/dCJx0Zky](http://pastebin.com/dCJx0Zky) and my
   Wiredrive Classic: custom-css.php [http://pastebin.com/dvrgvQ1T](http://pastebin.com/dvrgvQ1T)
   Any explanation on what and how to make the change would be appreciated.
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [14 years ago](https://wordpress.org/support/topic/plugin-meteor-slides-centre-slideshow/#post-2704745)
 * I don’t see any custom CSS in those files for Meteor Slides, it doesn’t look 
   like your site has a wrapper container, try adding this to your stylesheet:
 *     ```
       #container .meteor-slides {
       margin: 0 auto;
       }
       ```
   
 *  [smythacker](https://wordpress.org/support/users/smythacker/)
 * (@smythacker)
 * [14 years ago](https://wordpress.org/support/topic/plugin-meteor-slides-centre-slideshow/#post-2704746)
 * Wow thanks for the quick reply and in the mean time I found an earlier post of
   yours that was the ticket. I put
 * .meteor-slides {
    margin: 0 auto !important; }
 * just below
 *  .content-wrapper {
    padding: 40px 20px 80px 20px; overflow: hidden; }
 * in my
    Wiredrive Classic: Stylesheet (style.css) All that blabbing by me for 
   no reason. Again great plugin.
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [14 years ago](https://wordpress.org/support/topic/plugin-meteor-slides-centre-slideshow/#post-2704747)
 * No problem, glad you got it working.

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

The topic ‘[Plugin: Meteor Slides] centre slideshow’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/meteor-slides_0f131a.svg)
 * [Meteor Slides](https://wordpress.org/plugins/meteor-slides/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/meteor-slides/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/meteor-slides/)
 * [Active Topics](https://wordpress.org/support/plugin/meteor-slides/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/meteor-slides/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/meteor-slides/reviews/)

 * 11 replies
 * 4 participants
 * Last reply from: [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/plugin-meteor-slides-centre-slideshow/#post-2704747)
 * Status: resolved