Title: Button changing sizes
Last modified: August 20, 2016

---

# Button changing sizes

 *  Resolved [julianashcroft](https://wordpress.org/support/users/julianashcroft/)
 * (@julianashcroft)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/button-changing-sizes/)
 * Great quiz plugin. I have just installed in on my Scout Website [ 2nd Onchan Quiz](http://www.2ndonchan.co.uk/?page_id=2578).
   However when the mouse goes over one of the buttons, it changes size and goes
   smaller. Could this be due to the theme I’m using and do you have a way of fixing
   it?

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

 *  Plugin Author [jewlofthelotus](https://wordpress.org/support/users/jewlofthelotus/)
 * (@jewlofthelotus)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/button-changing-sizes/#post-3211554)
 * [@julianashcroft](https://wordpress.org/support/users/julianashcroft/) – It looks
   like it is probably part of the theme. At the top of the page, in the source 
   code, I see a huge block of CSS. It looks like the button hover styles are coming
   from that, specifically for the following selector:
 * `
    a.comment-edit-link:hover, a.comment-edit-link:focus, a.comment-reply-link:
   hover, a.comment-reply-link:focus, a.button:focus, a.button:hover, input[type
   ="submit"]:hover, input[type="button"]:hover, ul.button-nav li a:hover, div.generic-
   button a:hover, ul.button-nav li a:focus, div.generic-button a:focus
 * You’ll need to override those styles for the following selector: `.slickQuizWrapper.
   button:hover`
 * Try adding the following to the bottom of your CSS:
    ` .slickQuizWrapper a.button:
   hover {padding: 5px 15px;}
 *  Thread Starter [julianashcroft](https://wordpress.org/support/users/julianashcroft/)
 * (@julianashcroft)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/button-changing-sizes/#post-3211556)
 * That worked great. Thanks very much for your help.

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

The topic ‘Button changing sizes’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [julianashcroft](https://wordpress.org/support/users/julianashcroft/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/button-changing-sizes/#post-3211556)
 * Status: resolved