Removing white space
-
I want to try and remove the white space from above my post titles. For example the useful links post has too much white space above. Can anyone suggest how i might do this?
The blog I need help with is: (visible only to logged in users)
-
You can do that with this code:
.singular .hentry { padding-top:0; }I did notice that each of the items is a post. If they are intended to be static pages (not tied to a particular date as they are now) then you should try switching them to pages, here’s an explanation of the differences between pages and posts.
- The topic ‘Removing white space’ is closed to new replies.