• Resolved ferdri3

    (@ferdri3)


    Dear all,

    I’m trying to move my menu in Theme Twenty Ten (childtheme) to the top of the page. In the past it was easely done with adding “top:0;” to #access if I remember correctly. But now with version 1.3 that doesnt work anymore.

    I tryed moving the html/php of the menu (in header.php) to the top, but there still remains a space of about 50px above the menu, and I cant find anything related (access, page, body, navigation) in the CSS file that points to a space above.

    EDIT: I just found 20px margin in “wrapper”.. and the menu moved up, which is actually strange because I placed the menu OUTside the wrapper.
    Now still ~20px remains. Anyone knows where?

    Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The only way someone can answer that kind of question is if you post a link to your site.

    Are you using Firebug to look at the CSS on the page?

    Thread Starter ferdri3

    (@ferdri3)

    its just the general TwentyTen 1.3 theme.
    I’m not allowed to open the website since its a project for a customer.

    I use Expression Web to edit, not firebug

    Thread Starter ferdri3

    (@ferdri3)

    ok so Ive looked at:
    page
    access
    body
    wrapper
    navigation

    and searched for:

    margin
    margin-top
    padding
    padding-top

    nothing came up.. so I added “top: -28px;” to body, but nothing happend.. after that I added “margin-top: -28px;” and finally it was on top.. BUT guess what, who is always the partypooper? IE! so fail again.

    PS. also tryed adding the -28 margin to access.. same result

    Thread Starter ferdri3

    (@ferdri3)

    resolved

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu to the top of the page in Twenty Ten’ is closed to new replies.