Title: Aligning logo and nav &#8211; developing theme
Last modified: August 22, 2016

---

# Aligning logo and nav – developing theme

 *  [Ruthie](https://wordpress.org/support/users/erdmanre/)
 * (@erdmanre)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/aligning-logo-and-nav-developing-theme/)
 * I am building my own theme and have just started on the header.php file. I want
   the logo and nav aligned horizontally. There are a lot of posts on this topic
   but I couldn’t find one that addressed accomplishing this from the very beginning(
   as opposed to hacking).
 * Here is a link to the [header.php](https://docs.google.com/document/d/1wTe4cTm6Ac-PsAu9TJcVcubCB5t4PLBumsDsPu075Ww/edit?usp=sharing)
   and the [style.css](https://docs.google.com/document/d/1u8V7h6rc9IXSkZYZG088aq-QYEYVNVrok4KklgCQ07I/edit?usp=sharing).
 * This is an [example](https://drive.google.com/file/d/0B70jBqSE69wGN3Z6VXNkcGhHMHc/edit?usp=sharing)
   of what I want it to look like.
 * I appreciate the help!
 * Ruthie

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

 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/aligning-logo-and-nav-developing-theme/#post-5173804)
 * It is very difficult to help with this type of problem without being able to 
   view the site. If you post a link to your site where the problem can be seen,
   someone may be able to help you.
 *  Thread Starter [Ruthie](https://wordpress.org/support/users/erdmanre/)
 * (@erdmanre)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/aligning-logo-and-nav-developing-theme/#post-5173883)
 * Sorry about that. I’m currently using localhost to design the theme. I’ve uploaded
   it to another site I have so y’all can look at it. Here’s the [link](http://ruthemily.com/).
 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/aligning-logo-and-nav-developing-theme/#post-5173884)
 * Try adding this to the end of your theme’s style.css:
 *     ```
       .sixteen.columns.nav-bar {
           width: 830px !important;
           float: right;
           margin-top: -94px;
       }
       ```
   

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

The topic ‘Aligning logo and nav – developing theme’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/aligning-logo-and-nav-developing-theme/#post-5173884)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
