Title: Border is cut off
Last modified: August 20, 2016

---

# Border is cut off

 *  Resolved [andi walker](https://wordpress.org/support/users/andi-walker/)
 * (@andi-walker)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/border-is-cut-off/)
 * I can’t seem to figure out how to stop the border from being cut off on the right.
   [http://agwestvet.com/dairy-services/](http://agwestvet.com/dairy-services/)
 * this is what I added to the stylesheet.
    .meteor-slides { border: solid 2px #
   434344; margin: 0; padding: 0; position: relative; z-index: 1; }
 * [http://wordpress.org/extend/plugins/meteor-slides/](http://wordpress.org/extend/plugins/meteor-slides/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/border-is-cut-off/#post-3285031)
 * Hi Andi, the border is added outside of the slideshow container, so it adds to
   the overall width, bringing it up to 924px wide max, or 100% + 4px at narrower
   widths.
 * You could make the max width 99% to make enough room for the border without going
   over 100%:
 *     ```
       .meteor-slides {
       border: solid 2px #434344;
       margin: 0;
       padding: 0;
       position: relative;
       z-index: 1;
       max-width: 99% !important;
       }
       ```
   
 * Or you could add a wrapping div container around the slideshow and add the border
   to that instead.

Viewing 1 replies (of 1 total)

The topic ‘Border is cut off’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/border-is-cut-off/#post-3285031)
 * Status: resolved