Title: Slideshow moves down on hover
Last modified: August 21, 2016

---

# Slideshow moves down on hover

 *  Resolved [jandreasen](https://wordpress.org/support/users/jandreasen/)
 * (@jandreasen)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/slideshow-moves-down-on-hover/)
 * I’m using the previous/next navigation with the Meteor Slides plugin, and when
   I mouse over the slides, the slideshow moves down several pixels and some little
   dots appear at the top left of the slideshow.
 * This happens in FireFox 21, IE 10, Chrome 27 and Opera 11.
 * I’ve searched here, but `.meteor-slides.navhover ul.meteor-nav` is already set
   to `display: inline;`.
 * The slideshow is at the bottom of the Home page at [http://lowelljameshicks.com/](http://lowelljameshicks.com/).
 * Thanks for your help.
 * [http://wordpress.org/extend/plugins/meteor-slides/](http://wordpress.org/extend/plugins/meteor-slides/)

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

 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/slideshow-moves-down-on-hover/#post-3856302)
 * Hi, this is a theme conflict, your theme is styling the list items for the nav,
   sticking in some extra content with these rules:
 *     ```
       .art-postcontent ul>li:before,
       .art-post ul>li:before,
       .art-textblock ul>li:before {
       	content: url('images/postbullets.png');
       	margin-right: 6px;
       	bottom: 2px;
       	position: relative;
       	display: inline-block;
       	vertical-align: middle;
       	font-size: 0;
       	line-height: 0;
       }
       ```
   
 * Try adding this to your theme’s stylesheet:
 *     ```
       .art-postcontent ul.meteor-nav>li:before,
       .art-post ul.meteor-nav>li:before,
       .art-textblock ul.meteor-nav>li:before {
       	content: none;
       	margin-right: 0;
       	bottom: 0;
       	position: relative;
       	display: inline;
       	vertical-align: middle;
       	font-size: 0;
       	line-height: 0;
       }
       ```
   
 *  Thread Starter [jandreasen](https://wordpress.org/support/users/jandreasen/)
 * (@jandreasen)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/slideshow-moves-down-on-hover/#post-3856304)
 * Hi Josh,
 * YES! That worked.
 * Thanks for your help.
 *  [Christina Garofalo](https://wordpress.org/support/users/cold-iron-chef/)
 * (@cold-iron-chef)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/slideshow-moves-down-on-hover/#post-3856336)
 * Hi,
 * I have the exact same problem. Please help! Slider is on this page: [http://foundationcsuq.ca/nouvelles/](http://foundationcsuq.ca/nouvelles/)
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/slideshow-moves-down-on-hover/#post-3856339)
 * [@cold](https://wordpress.org/support/users/cold/) Iron Chef You can fix this
   theme conflict by adding this to your theme’s stylesheet:
 *     ```
       ul.meteor-nav li {
       margin: 0 !important;
       }
       ```
   
 *  [bitejones](https://wordpress.org/support/users/bitejones/)
 * (@bitejones)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/slideshow-moves-down-on-hover/#post-3856343)
 * I am have the same problem with the plugin here. [http://www.burlingtonschoolofenglish.com](http://www.burlingtonschoolofenglish.com)
 * none of the theme style sheet fixes posted above stopped it, frustrating me now
 *  [bitejones](https://wordpress.org/support/users/bitejones/)
 * (@bitejones)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/slideshow-moves-down-on-hover/#post-3856344)
 * I have tried adding
 * .meteor-slides.navhover ul.meteor-nav {
    display: inline !important; }
 * to the theme style sheet with no luck

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

The topic ‘Slideshow moves down on hover’ 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/)

## Tags

 * [hover](https://wordpress.org/support/topic-tag/hover/)

 * 6 replies
 * 4 participants
 * Last reply from: [bitejones](https://wordpress.org/support/users/bitejones/)
 * Last activity: [11 years, 12 months ago](https://wordpress.org/support/topic/slideshow-moves-down-on-hover/#post-3856344)
 * Status: resolved