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

---

# [Plugin: Meteor Slides] Position

 *  Resolved [KKBrainchild](https://wordpress.org/support/users/kkbrainchild/)
 * (@kkbrainchild)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-position/)
 * Hi!
 * I am new to Meteor and I like it so far 🙂
 * Now I am trying to position the Slide correctly. I use it for my Site
    [](http://kkbrainchild.hostingsociety.com/wordpress)
   and I would liek to position it in the middle of the “green rectangle”. How’s
   the code for that? And do I add it in the header.php or CSS?
 * Thanks for help!
 * [http://wordpress.org/extend/plugins/meteor-slides/](http://wordpress.org/extend/plugins/meteor-slides/)

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

 *  Thread Starter [KKBrainchild](https://wordpress.org/support/users/kkbrainchild/)
 * (@kkbrainchild)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-position/#post-2919344)
 * Oh and I almost forgot!
 * Why the images in the slideshow do not “fill the whole space”? I have a thin 
   border and I can see that the images are smaller than the actual frame – even
   thought the px height etc are the same…. Any idea?
 * And I saw that I posted the wrong link 😀
 * Here’s the side [](http://kkbrainchild.hostingsociety.com/wordpress)
 * Thanks
 *  Thread Starter [KKBrainchild](https://wordpress.org/support/users/kkbrainchild/)
 * (@kkbrainchild)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-position/#post-2919461)
 * kkbrainchild.hostingsociety.com/wordpress
 *  Thread Starter [KKBrainchild](https://wordpress.org/support/users/kkbrainchild/)
 * (@kkbrainchild)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-position/#post-2919482)
 * Any one!??
 * Please ??
 *  [OzManic](https://wordpress.org/support/users/ozmanic/)
 * (@ozmanic)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-position/#post-2919507)
 * Is this similar to what you want to figure out? Here’s an image of what I’m working
   on: getting the [slideshow right-aligned with text flowing around it](http://datascopic.net/wp-content/uploads/2012/07/SldShw-DS.jpg).
 * My first though of getting the slideshow centered in a green rectangle is to 
   set up a table, put the slideshow in the center and use the outer cells to build
   the green rectangle.
 * Regarding the cropped images, see the [solution that Simon came up with](http://wordpress.org/support/topic/plugin-meteor-slides-cut-images-in-slides?replies=5).
 * He made a tweak tot he PHP code.
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-position/#post-2919508)
 * Hi KKBrainchild, try changing the height and positioning the slideshow by adding
   this to your theme’s stylesheet:
 *     ```
       #art-main div.meteor-slides {
           height: auto !important;
           left: 30px;
           position: absolute;
           top: 30px;
       }
       ```
   
 *  Thread Starter [KKBrainchild](https://wordpress.org/support/users/kkbrainchild/)
 * (@kkbrainchild)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-position/#post-2919524)
 * Hi JLeuze!
 * Thanks for the tip! I am exactly looking for the command but after adding this
   part to my theme’s style css all I get is a white frame around my theme …?! It’s
   diordering the theme a little.
    Shouldn’t it just affect the slider?!
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-position/#post-2919526)
 * Yeah, it will only affect the slideshow, it’s working for me when I edit the 
   page in Chrome. Make sure you put the code at the end of your style.css file 
   and that it isn’t inserted into any of the other rules or anything.
 *  Thread Starter [KKBrainchild](https://wordpress.org/support/users/kkbrainchild/)
 * (@kkbrainchild)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-position/#post-2919527)
 * Hi!
    I added the code
 * > /*
   >  ………
 * MY CUSTOM STYLE
    ———————————-
 * #art-main div.meteor-slides {
    height: auto !important; left: 60px; position:
   absolute; top: 190px; }
 * ———————————-
    at the end of my css file and changed the px just to see how it
   affects the appearance. But unfortunately nothing changes…
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-position/#post-2919528)
 * That whole chunk of CSS is commented out and won’t work because of this:
 *     ```
       /*
       ```
   
 * If you want to add a comment you have to open it and close it and add the CSS
   after the closing of the comment, like this:
 *     ```
       /* MY CUSTOM STYLE */
   
       #art-main div.meteor-slides {
       height: auto !important;
       left: 60px;
       position: absolute;
       top: 190px;
       }
       ```
   

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

The topic ‘[Plugin: Meteor Slides] Position’ 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/)

 * 9 replies
 * 3 participants
 * Last reply from: [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-meteor-slides-position/#post-2919528)
 * Status: resolved