Title: Aligning header image left
Last modified: August 21, 2016

---

# Aligning header image left

 *  Resolved [Sarah](https://wordpress.org/support/users/sanfranista/)
 * (@sanfranista)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-header-image-left/)
 * Hello all! The blog in question is at sanfranista.me
 * I used Paul’s custom CSS to remove the site title and replace it with a header
   image, but the tagline now shows up on the left with the header image on the 
   right. How can I flip-flop them so that the image is on the left?
 * Thanks very much!
    Sarah

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

 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-header-image-left/#post-4210895)
 * There is a missing slash in the bg img path (in your Custom CSS now).
 * Try this:
 * Remove header widget, put in site description, and use this code instead.
 *     ```
       .site-title a {
       	background-image: url("http://sanfranista.me/wp-content/uploads/2013/10/sutrosanfranistasmall1.png");
       	display: inline-block;
       	width: 400px; height: 102px;
       	overflow: hidden;
       	text-indent: 100%;
       	white-space: nowrap;
       }
       .site-description { text-indent: 5px; } /* because text in logo doesn't all the way to left */
   
       @media screen and (max-width: 600px) {
       	.site-title a { width: 260px; background-size: cover; height: 67px; }
       	.site-description { font-size: 12px; text-indent:0; }
       }
       ```
   
 *  Thread Starter [Sarah](https://wordpress.org/support/users/sanfranista/)
 * (@sanfranista)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-header-image-left/#post-4210922)
 * That took care of it- thanks so much for your fast response!

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

The topic ‘Aligning header image left’ is closed to new replies.

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

## Tags

 * [header image](https://wordpress.org/support/topic-tag/header-image/)

 * 2 replies
 * 2 participants
 * Last reply from: [Sarah](https://wordpress.org/support/users/sanfranista/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-header-image-left/#post-4210922)
 * Status: resolved