Removing white space at top of page
-
Hello,
I am trying to get ride of some of the white space at the top of my blog (http://zenpokerguy.com).
The space i’m looking to reduce is the area above and below the date line.
Above the date line there is too much space between it and the page description. Below the date line there is too much space between it and the title of the post.
Any help is appreciated. Thank you!
The blog I need help with is: (visible only to logged in users)
-
To adjust the space below the date, add this and decrease the value:
.post-date { margin-bottom: 50px; }To adjust the space above, add these and decrease the values independently (the second one is for the single post view, which doesn’t have so much space):
#site-description { margin-bottom: 60px; } .single #site-description { margin-bottom: 60px; } -
-
- The topic ‘Removing white space at top of page’ is closed to new replies.