Reducing white space in archive pages
- The topic ‘Reducing white space in archive pages’ is closed to new replies.
Need help? Check out our Support site, then
I’m trying to reduce the white space that is displayed in all the archival pages between the post’s feature image + title and the post date. I think the css class is .archive-grid .hentry but I can’t get rid of or reduce the white space by reducing the height. Help, please. One of the archive pages is https://flourishpages.com/category/math/.
The blog I need help with is: (visible only to logged in users)
Hello,
Please use this custom CSS to reduce the height of posts in archive views:
.archive-grid .hentry {
min-height: 360px;
}
Let me know if you have any additional questions.
Kind regards,
Taras
Thank you Taras, it worked!
You are very welcome!
Best regards,
Taras