Forums
Forums / Fixing WordPress / Move this down
(@makta112)
14 years ago
Hello
I’m trying to move the main area + sidebar down (please view this image) but I don’t know the id of that area.
Thanks.
(@alchymyth)
use a tool such as Firebug http://getfirebug.com/ to find the css class or id of that container.
Ok, I’ll try. Thanks!
I can’t find it even with that…
it takes more than 6 minutes to get used to working with Firebug.
without having a link to your live site, nobody here can help you.
Sorry: http://gamingnews365.net
the css id you are looking for is
#main
to move it down, for instance, add this to style.css of your theme:
#main{padding-top:50px;}
or
#main{margin-top:50px;}
Awesome, thank you!
The topic ‘Move this down’ is closed to new replies.