Title: Center Align Hero Text
Last modified: April 17, 2019

---

# Center Align Hero Text

 *  Resolved [earcollins](https://wordpress.org/support/users/earcollins/)
 * (@earcollins)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/center-align-hero-text/)
 * I’d like to center the Hero text across the hero image. Is that possible?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcenter-align-hero-text%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [TUT Support](https://wordpress.org/support/users/phpexpert21/)
 * (@phpexpert21)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/center-align-hero-text/#post-11442960)
 * Hello [@earcollins](https://wordpress.org/support/users/earcollins/),
 * We can make the text center with the help of custom css. Please apply the below
   given css under Appearance -> Customize -> Additional Css-
 *     ```
       aside#primer-hero-text-2 h2.widget-title {
       text-align: center !important;
       font-size: 40px !important;
       }
       .hero .hero-inner {
       width: 100% !important;
       }
       ```
   
 * Kind regards,
 * Manoj
 *  Thread Starter [earcollins](https://wordpress.org/support/users/earcollins/)
 * (@earcollins)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/center-align-hero-text/#post-11454961)
 * It worked for desktop format, but does not work on mobile device.

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

The topic ‘Center Align Hero Text’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [earcollins](https://wordpress.org/support/users/earcollins/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/center-align-hero-text/#post-11454961)
 * Status: resolved