• 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 and the style.css.

    This is an example of what I want it to look like.

    I appreciate the help!

    Ruthie

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    (@erdmanre)

    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.

    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.