Title: Centering Header Image
Last modified: May 2, 2018

---

# Centering Header Image

 *  Resolved [loveandgrub](https://wordpress.org/support/users/loveandgrub/)
 * (@loveandgrub)
 * [8 years ago](https://wordpress.org/support/topic/centering-header-image-19/)
 * still in the early stages of redesigning my blog. I would like to center the 
   header image (which right now is a rice bowl)
 * Not sure how to do this!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcentering-header-image-19%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [corewpress](https://wordpress.org/support/users/corewpress/)
 * (@corewpress)
 * [8 years ago](https://wordpress.org/support/topic/centering-header-image-19/#post-10239330)
 * Hello
 * Hope you are having a great day and thanks for contacting us!
 * the reason the image is not centered is that is a small one (800px), but you 
   could enlarge it with a simple CSS code snippet. Please go to WP Admin > Appearance
   > Customize > Additional CSS and inside that box, add the following code:
 *     ```
       .frontpage-banner > img {
           width: 100%;
       }
       ```
   
 * This will cover the whole space, but it may get your image pixelated. The way
   to fix that is uploading a bigger image (at least 1200px wide).
 * ​Try it and let me know how it worked.
    Kind regards, Diego
 *  Thread Starter [loveandgrub](https://wordpress.org/support/users/loveandgrub/)
 * (@loveandgrub)
 * [8 years ago](https://wordpress.org/support/topic/centering-header-image-19/#post-10239409)
 * That fixed the problem!! Thanks so much!
 *  [corewpress](https://wordpress.org/support/users/corewpress/)
 * (@corewpress)
 * [8 years ago](https://wordpress.org/support/topic/centering-header-image-19/#post-10240288)
 * You’re welcome! Glad to help!
    Please, mark this one as resolved.
 * If you have any further issues, please let us know.
    Kind regards, Diego

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

The topic ‘Centering Header Image’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kale/2.8.2/screenshot.jpg)
 * Kale
 * [Support Threads](https://wordpress.org/support/theme/kale/)
 * [Active Topics](https://wordpress.org/support/theme/kale/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kale/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kale/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [corewpress](https://wordpress.org/support/users/corewpress/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/centering-header-image-19/#post-10240288)
 * Status: resolved