repositioning a header so it doesn't move out of place?
-
how do I reposition a header so it doesn’t move out of place?
The blog I need help with is: (visible only to logged in users)
-
You can get more control to customize layout with the Custom Design upgrade.
I see you already have the upgrade.
Based on what you currently have for your Custom CSS, you could adjust it as follows:
Remove this:
#text-3 { position:relative; top:-2300px; left:-705px; width:898px; } body.logged-in #text-3 { top:-2270px; }Add this:
#main { position: relative; } #text-3 { position:absolute; top: 0; left:62px; width:898px; } -
-
-
You ROCK!! I love you!! You don’t know how much time i put in trying to figure this out myself! haha!!
-
- The topic ‘repositioning a header so it doesn't move out of place?’ is closed to new replies.