Home › Forums › Support › Reduce margin between excerpt and title in home blog This topic has 5 replies, 2 voices, and was last updated 6 years, 9 months ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts June 22, 2016 at 11:04 am #203869 Daniele Hi guys, I’m trying to reduce the space between title and excerpt in the blog post masonry. But if I change .entry-content, .entry-summary, .page-content { margin: 0.2em 0 0; } it reduces the space between posts too. how can I solve it? thanks, Daniele In love with GeneratePress June 22, 2016 at 1:19 pm #203904 TomLead Developer Lead Developer Try this: .masonry-post .entry-content, .masonry-post .entry-summary, .masonry-post .page-content { margin: 0.2em 0 0; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development June 22, 2016 at 4:06 pm #203924 Daniele Hi Tom, thanks it works. But why it doesn’t make disappear the space at the bottom? See this: http://www.80s.it/pic/screen.jpg Thanks again! In love with GeneratePress June 23, 2016 at 12:37 am #203980 TomLead Developer Lead Developer Give this a try: .masonry-post .entry-summary p:last-child { margin: 0; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development June 23, 2016 at 1:27 pm #204122 Daniele Thaks Tom it works! ๐ In love with GeneratePress June 23, 2016 at 4:11 pm #204162 TomLead Developer Lead Developer You’re welcome ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In