Title: Header location
Last modified: August 20, 2016

---

# Header location

 *  [cybron](https://wordpress.org/support/users/cybron/)
 * (@cybron)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/header-location/)
 * Hello Guys,
    Actually i want to change the header location to middle. I changed:
 *     ```
       #logo {
       	margin: 0 50px 15px 20px;
       	float:left;
       	display: inline;
       ```
   
 * TO
 *     ```
       #logo {
       	margin: 0 50px 15px 20px;
       	float:RIGHT;
       	display: inline;
       ```
   
 * It does move to right side but when i use CENTER it neva move to center.
 * plz help

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

 *  Thread Starter [cybron](https://wordpress.org/support/users/cybron/)
 * (@cybron)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/header-location/#post-2621099)
 * Site : [http://funniesthour.com](http://funniesthour.com)
 *  [Gary Darling](https://wordpress.org/support/users/garydarling/)
 * (@garydarling)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/header-location/#post-2621101)
 * float: center is not a [valid property](http://www.w3schools.com/cssref/pr_class_float.asp),
   your only choices with float are left, right, none, and inherit. Try this instead:
 *     ```
       #logo {
       	text-align:center;
       }
       ```
   
 *  Thread Starter [cybron](https://wordpress.org/support/users/cybron/)
 * (@cybron)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/header-location/#post-2621105)
 * Darling thankyou very much.,…

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

The topic ‘Header location’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [cybron](https://wordpress.org/support/users/cybron/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/header-location/#post-2621105)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
