Skip to:
Content
Pages
Categories
Search
Top
Bottom

Moving Navigation Bar

  • @lmarrie

    Member

    Is there a simple way (or not) to move the navigation bar? I am using latest install of WP and BP with the WP Simple Community theme. I uploaded a custom header but the nav bar covers it up. Is there a way to fix it? If you want to view it my URL is verbradio.com.

Viewing 4 replies - 1 through 4 (of 4 total)
  • @aces

    Participant

    Try looking at the page with firefox/firebug…

    (You could also use developer tools built into internet explorer 8/9 – other browsers have similar tools)

    In the theme’s `style.css` – in the section after line 2347 `#access {` it has the following line: `margin-top: 55px;`

    `margin-top:100px;` might be a better setting.

    @lmarrie

    Member

    That sounds simple enough except I can’t find that line anywhere not even using the find function.

    @aces

    Participant

    `
    #access {
    -moz-border-radius:0 0 6px 6px;
    background:url(“images/60pc_black.png”) repeat scroll 0 0 transparent;
    display:block;
    float:left;
    margin-top:55px;
    padding-top:0;
    width:100%;
    `

    is in …. http://verbradio.com/wp-content/themes/simple-wp-community-theme/style.css

    @lmarrie

    Member

    Looks PERFECT! Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Moving Navigation Bar’ is closed to new replies.
Skip to toolbar