Title: Changing header image/logo alignment
Last modified: August 21, 2016

---

# Changing header image/logo alignment

 *  Resolved Anonymous User 12856582
 * (@anonymized-12856582)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/changing-header-imagelogo-alignment/)
 * I want to make the header image/logo (that I have uploaded to replace my heading
   with) align to the right side of the page instead of the left. Any help would
   be much appreciated. Here is my site in case you need it to help me: [http://www.olivierandkingsley.com/](http://www.olivierandkingsley.com/)

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

 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/changing-header-imagelogo-alignment/#post-3980332)
 * First of all, please remove everything down below that `@import` line from child
   theme stylesheet.
 * and then try putting this in there
 *     ```
       #blog-title {
       	margin-top: 20px;
       	text-align: right;
       }
   
       @media screen and (max-width : 480px) {
       	#blog-title { text-align: center; }
       }
       ```
   
 * The logo image itself needs to be edited a little bit, so that the circle on 
   the right (pink one) is close to the right edge. The best is to crop it to fit
   on both sides.
 * Your child theme stylesheet will have that standard comment block at the very
   top, and then 1 `@import` line, and then only additional CSS code to overrwrite
   parent’s.
 *  Thread Starter Anonymous User 12856582
 * (@anonymized-12856582)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/changing-header-imagelogo-alignment/#post-3980337)
 * It worked. Thank you so much!!

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

The topic ‘Changing header image/logo alignment’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: Anonymous User 12856582
 * Last activity: [12 years, 12 months ago](https://wordpress.org/support/topic/changing-header-imagelogo-alignment/#post-3980337)
 * Status: resolved