reducing space below posts
-
Hi there,
I was wondering if there is a way to reduce the amount of white/blank space between my posts for the following page:
http://mark-valenzuela.com/news/
Any assistance would be much appreciated.
Many thanks,
Anna
The blog I need help with is: (visible only to logged in users)
-
You have a padding-bottom of 130px on .post .entry-footer, .site-content .page, #footer-sidebar-wrap, .archive-header, #infinite-handle. You can lower or remove that and it will get rid of all that space.
Hope this helps!
-
hi there,
thanks very much for your response. I still can’t get it to work for some reason. Sorry, I’m a novice with CSS… Do I copy the content above and then add padding after it and it will apply to everything?
Thanks,
Anna
-
Hi Anna. There are three different bits that have an effect on the spacing between posts on your blog page. Try changing all of the values below to find something you’re happy with:
.blog .entry-footer { padding-bottom:10px; padding-top:10px; } .blog .site-content .post { padding-top:40px; } -
- The topic ‘reducing space below posts’ is closed to new replies.