Padding
-
How can I add a bit of padding at the very top of this site?
(email visible only to moderators and staff)?I’ve looked at the code with Firebug but can’t figure where this area is treated.
Thanks in advance.
Dave
The blog I need help with is: (visible only to logged in users)
-
Hi Dave,
If you have a plan with CSS Customization:
The following should add padding above the box with the site title:
#header {padding-top: 10px;}If you want to change the padding inside of the box/directly around the word “Pairodox”:
#title h1 a { padding-top: 10px;}You can change the pixels to any number you want.
Hope that helps!
- The topic ‘Padding’ is closed to new replies.