Title: Prev/Next went missing when hover
Last modified: August 20, 2016

---

# Prev/Next went missing when hover

 *  Resolved [brite](https://wordpress.org/support/users/brite/)
 * (@brite)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/prevnext-went-missing-when-hover/)
 * Hi, Meteor Slides is really great!
    I put the prev/next button outside of the
   featured image and it displays well. That’s what I did:
 * .meteor-nav .prev a {
    left: -32px; }
 * .meteor-nav .next a {
    right: -32px; }
 * However, when i tried to point to the arrow button by getting close to it, it
   just gone missing! When I moved away from it, it displayed again! Your advice
   is much appreciated.
 * [http://wordpress.org/extend/plugins/meteor-slides/](http://wordpress.org/extend/plugins/meteor-slides/)

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

 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/prevnext-went-missing-when-hover/#post-3161182)
 * I can take a look if you want to post a link.
 *  Thread Starter [brite](https://wordpress.org/support/users/brite/)
 * (@brite)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/prevnext-went-missing-when-hover/#post-3161218)
 * [http://berry.ictonlinestore.com](http://berry.ictonlinestore.com)
 * Thanks!
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/prevnext-went-missing-when-hover/#post-3161228)
 * The prev/next buttons display when you hover over the slideshow, but you have
   moved the buttons outside the slideshow. So when you move the cursor out of the
   slideshow, they are hidden. If the buttons are outside of the slideshow they 
   have to be displayed all the time like this:
 *     ```
       .meteor-slides ul.meteor-nav {
           display: block;
           height: 100%;
           list-style: none outside none;
           margin: 0 !important;
           padding: 0;
       }
       ```
   
 *  Thread Starter [brite](https://wordpress.org/support/users/brite/)
 * (@brite)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/prevnext-went-missing-when-hover/#post-3161230)
 * ok. I have no choice but to make it visible. Thanks Jleuze!
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/prevnext-went-missing-when-hover/#post-3161232)
 * No problem!

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

The topic ‘Prev/Next went missing when 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/)

 * 5 replies
 * 2 participants
 * Last reply from: [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/prevnext-went-missing-when-hover/#post-3161232)
 * Status: resolved