• Hi you all, I have a problem. The theme I’m customising is twenty ten.
    I would like to move my #header div infront of #wrapper div and I eve done this in header.php file. Also I removed header image.
    But now I guess I have float issue, like #acces div is stuck near by #wrapper div. I tried tweaking css file but with no success.
    So I am asking for your help, thanks.
    Here is header.php file

Viewing 6 replies - 1 through 6 (of 6 total)
  • your header.php seems to be ok.

    imho, only a link to your site might get you some help.

    (there is no point in looking at the php code, if the issue is likely with the css/html interaction)

    Thread Starter ivan2704

    (@ivan2704)

    I know, problem is that I work on my page localy, I don’t have server yet :(. I’ll try something

    Thread Starter ivan2704

    (@ivan2704)

    OK, I created static page with css file. I put it on box.net because I don’t hawe server yet, but you can download that two files and view it. (ofc without imags, but they are not necessary). Thanks link

    Thread Starter ivan2704

    (@ivan2704)

    I think I did it :D. I wraped #header div with #head-wrap div and inserted this in css file
    #head-wrap { margin: 20px auto 38px auto; display: block; clear:both; float: none; width: 980px; }.
    It works OK, I just hope that syntax and css standards are ok :).
    What do you think?

    if the result looks ok, that is the first step of success.

    there are tools to check the css and html validity:
    for instance:
    http://jigsaw.w3.org/css-validator/
    http://validator.w3.org/

    Thread Starter ivan2704

    (@ivan2704)

    OK, thanks. Damm these layer are pretty confusing when you don’t work few years with html/css and you have to edit already written code 😀

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Moving #header in Twenty Ten’ is closed to new replies.