Search for: Log In Free Support [Resolved] Decreasing the vertical space between posts in column on mobile Home › Forums › Support › Decreasing the vertical space between posts in column on mobile This topic has 4 replies, 2 voices, and was last updated 1 year, 6 months ago by David. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts August 7, 2019 at 3:21 am #977866 Pete I’m having difficulty reducing the space between each post. See link. Thanks. August 7, 2019 at 6:29 am #977991 Pete This seems to work, but not sure if it’s the best way to go? .home.blog .generate-columns.tablet-grid-50.mobile-grid-100.grid-parent.grid-33 .inside-article {max-height:90px;} August 7, 2019 at 6:48 am #978002 DavidStaff Customer Support Hi there, setting a max-height may cause issues if the content needs to expand above that. Instead lets remove/reduce some of the margins and padding in the article: .generate-columns-activated.one-container .inside-article{ padding-bottom: 5px; } .generate-columns-activated .entry-summary { margin-top: 0; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 7, 2019 at 3:42 pm #978553 Pete Great that’s a much better fix. Thanks. August 7, 2019 at 3:50 pm #978560 DavidStaff Customer Support Glad to be of help. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In