Archived topic
Reduce the Height of Columns
5 replies · Started by Jericho on August 3, 2018
Hi GP Team,
I need help in reducing the height of the columns. I can only change the Right and Left settings in Layout -> Container -> Content Padding but not the Top and Bottom.
Please see the screenshot: http://prntscr.com/keijhm
Thanks!
Hi there,
Give this CSS a shot:
.post-image-above-header .inside-article .post-image {
margin-bottom: 0.5em;
}
.entry-summary {
margin: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Hi Leo,
Seems like the CSS codes work only on the Top margin. I still have extra white space at the bottom?
You can visit my site to see it live. The codes you gave are currently implemented.
Thanks very much!
Edited the second block of CSS above:
https://generatepress.com/forums/topic/reduce-the-height-of-columns/#post-640292
Give it another shot.
Hi Leo,
It worked!
Thanks!
No problem :)