• Is there a way to move up my navigation next to the .gif head? Can I make the header width shorter and place the navigation menu to the right of it? any tricks?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter mi327

    (@mi327)

    Is there a way to have the navigation bar within the header? do I need to make a new header.php in my themes? how should this new php look?

    Ok, im not very sure what you are saying through all that but when you say “is there a way to have the navigation within the header,” yes you can do that. The way I do it is is have the navigation in its own div, then place that div within the header div.

    Something like this maybe…


    <div id="header">
    Header Stuff Here
    <div id="navigation">
    Navigation Stuff Here
    </div>
    </div>

    Thread Starter mi327

    (@mi327)

    I guess what I mean is to have a header like https://wwwpixelpost.com where the image is on the left and the navigation is on the right.

    Thread Starter mi327

    (@mi327)

    I’ll try this though, thank you!

    Thread Starter mi327

    (@mi327)

    That just puts my navigation undermy header

    Thread Starter mi327

    (@mi327)

    I got it, I floated my header left and my navigation menu right. who’d of thought it would be so simple. also, I created a header.php, but that was before I floated, so i wonder if that was necessary

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Menu side by side with Horizontal nav’ is closed to new replies.