Need widget help! I don’t understand!
-
Okay, I’m using the Misty template and modifying the CSS. I want the feeds out of my header and I want my image moved up. I did look at the forums and moved my widget to the side, using a text widget. Didn’t work. All in all, I don’t really understand widgets, I guess. I just want them moved!
The blog I need help with is: (visible only to logged in users)
-
-
-
Add this to your CSS
#feedarea { display:none; } #header { display:none; }Not perfect, though.
-
You will need this, too, in addition to the above
html #headerimage { margin-top:10; }Now it’s perfect.
-
- The topic ‘Need widget help! I don’t understand!’ is closed to new replies.