Title: Vertically centre text
Last modified: April 15, 2017

---

# Vertically centre text

 *  Resolved [jumpingjoey](https://wordpress.org/support/users/jumpingjoey/)
 * (@jumpingjoey)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/vertically-centre-text/)
 * Hi Ryan,
 * Thanks for this great plugin! So simple and clean.
 * I decreased the height of my banner, and now I’m just trying to centre the text
   to sit in the middle of the banner. I can’t work out how to do it, so I’d love
   really love some help!
 * The website is [http://www.dressforchange.co](http://www.dressforchange.co)
 * Thanks,
    Joelle

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

 *  Plugin Author [rpetersen29](https://wordpress.org/support/users/rpetersen29/)
 * (@rpetersen29)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/vertically-centre-text/#post-9037464)
 * Try adding the following to the custom css
 *     ```
       .simple-banner .simple-banner-text {
           padding: 0px;
           line-height: 30px;
       }
       ```
   
 * if that doesn’t work just try
 *     ```
       .simple-banner-text {
           padding: 0px;
           line-height: 30px;
       }
       ```
   
 * And if neither of those work try making the replacing `padding: 0px;` with `padding:
   0px !important;` in those statements.
    Let me know if that works. Thanks for 
   downloading!
    -  This reply was modified 9 years, 1 month ago by [rpetersen29](https://wordpress.org/support/users/rpetersen29/).
 *  Plugin Author [rpetersen29](https://wordpress.org/support/users/rpetersen29/)
 * (@rpetersen29)
 * [9 years ago](https://wordpress.org/support/topic/vertically-centre-text/#post-9089981)
 * I’m going to assume this is resolved due to late of reply.

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

The topic ‘Vertically centre text’ is closed to new replies.

 * ![](https://ps.w.org/simple-banner/assets/icon-256x256.png?rev=1198700)
 * [Simple Banner - Easily add multiple Banners/Bars/Notifications/Announcements to the top or bottom of your website](https://wordpress.org/plugins/simple-banner/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-banner/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-banner/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-banner/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-banner/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-banner/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [rpetersen29](https://wordpress.org/support/users/rpetersen29/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/vertically-centre-text/#post-9089981)
 * Status: resolved