Title: Button size
Last modified: August 21, 2016

---

# Button size

 *  Resolved [gbenedetti](https://wordpress.org/support/users/gbenedetti/)
 * (@gbenedetti)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/button-size-6/)
 * Hi! I have the virtue toolkit installed and I added two buttons. But how can 
   I make those two buttons to have the same size besides the amount of characters
   in each one?
    You can see it hereÑ [http://www.georginacarraway.com/publish-a-report-3/](http://www.georginacarraway.com/publish-a-report-3/)
   Also, is there a way to make a hover button?

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

 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/button-size-6/#post-5102906)
 * You can add this css to get both:
 *     ```
       .page-id-453 .kad-btn.kad-btn-primary {
       min-width: 200px;
       }
       .page-id-453 .kad-btn.kad-btn-primary:hover {
       background: #1e73be;
       }
       ```
   
 * Kadence Themes
 *  Thread Starter [gbenedetti](https://wordpress.org/support/users/gbenedetti/)
 * (@gbenedetti)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/button-size-6/#post-5102911)
 * Thank you! But somehow the hover doesn’t work 🙁
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/button-size-6/#post-5102912)
 * oh would need to add the !important.. sorry, here:
 *     ```
       .page-id-453 .kad-btn.kad-btn-primary:hover {
       background: #1e73be !important;
       }
       ```
   
 * Kadence Themes
 *  Thread Starter [gbenedetti](https://wordpress.org/support/users/gbenedetti/)
 * (@gbenedetti)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/button-size-6/#post-5102914)
 * THANK YOU!!!

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

The topic ‘Button size’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/virtue/3.4.15/screenshot.png)
 * Virtue
 * [Support Threads](https://wordpress.org/support/theme/virtue/)
 * [Active Topics](https://wordpress.org/support/theme/virtue/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/virtue/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/virtue/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [gbenedetti](https://wordpress.org/support/users/gbenedetti/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/button-size-6/#post-5102914)
 * Status: resolved