• Resolved wege

    (@wege)


    Hi

    A small probably solvable problem.
    In the site I’m working on, http://www.jesperberglund.se, how do I get the header to stay all the way to the left. If I change the size of the browser the header moves along with it staying in the center.

    My wish is to have the brown blocks constantly aligned with each other.

    I would appreciate some help on the subject. I have very little programming experience so if asked to edit the code, which I know is the solution, please be specific to how and where.

    many thanks
    Jesper

Viewing 2 replies - 1 through 2 (of 2 total)
  • Move your wrapper tag up to underneath the body tag.

    If you move it here, it will stick to the upper left:

    <body>
    <div id="wrapper">
    <div id="page">
    <div id="header">
    Thread Starter wege

    (@wege)

    Thank you.

    I changed it in the header.php and it worked. Although it messed up other things. But I’ll be able to change those myself.

    I had no wrapper in the header file so I added an extra </div> at the end.

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

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