Move Menu
-
I want to move the menu on my page from the top to right under the header image but can’t figure out the correct CSS. Has anyone done this and is willing to help me with the code? Thanks!
The blog I need help with is: (visible only to logged in users)
-
Give this a try.
#header { padding: 0 0 45px; } #pagenav { position: relative; top: 255px; } #content { margin-top: 30px; } -
-
-
One other note: With the nature of your header (not a photograph) I would suggest that you create another and save it as a PNG instead of a JPG. It will come out much more crisp and clear since JPGs anti-alias text and that makes the edges fuzzy.
- The topic ‘Move Menu’ is closed to new replies.