• Resolved gettinger

    (@gettinger)


    Hello!

    I’m looking to change the position of my header. Right now it hangs right below the navigation bar, and I want it to be aligned left fitting right on the nav bar.

    Do I need to change my header.php or my styles.css in order to re-position the image?

    My website is:
    http://test.actionunited.org/

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter gettinger

    (@gettinger)

    Not sure if someone saw this or not, still need help on positioning the header image. I know it has to do with padding, but is it the navbar in styles.css?

    Try target the .navbar-brand class in your custom css. It currently has padding of 15 pixels all around it. Adding padding:0; might help. Also, I don’t know what browser you are using, or if you use any developer tools, but they are gold when trying to see what is doing what.

    Thread Starter gettinger

    (@gettinger)

    Thank you very much, worked perfectly! The padding for .navbar-brand was not specified, not sure why it defaulted to 15px but i added padding: 0px; and it worked!

    Thanks Inkers!

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

The topic ‘Header Position’ is closed to new replies.