Forums

Customize NavBar in Autofocus Theme (2 posts)

  1. jesicamilton
    Member
    Posted 2 years ago #

    Hello!

    I am very amature so forgive me if this is not possible and/or totally obvious and I'm missing it. I am trying to make my blog look more like my website, by customizing the header/navigation to look like the nav bar on my site. I've made a little progress but I can't figure out how to get the links on the same line as my logo.

    Right now the navigation sits below my purple logo - I want the logo to be even with the links.

    Here is my blog:
    http://www.jesicamilton.com/news

    I want to make the header look like my nav bar here:
    http://www.jesicamilton.com

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Try editing style.css and changing:

    #header {
    clear:none;
    display:block;
    float:left;
    margin:15px 0;
    width:1000px;
    }
    #access {
    padding:0 0 10px;
    vertical-align:middle;
    }

    to:

    #header {
    clear:none;
    float:left;
    margin:15px 0;
    }
    #access {
    float:left;
    margin-top:17px;
    padding:0 0 10px;
    vertical-align:middle;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.