Archived topic
Gap between columns and rows in a grid
4 replies · Started by Davide on April 23, 2018
Hi!
I created a grid using the GP built-in grid system. I was wondering: there's a way (HTML or/and CSS) I can modify the gap between columns and rows?
My goal would be that the gap between columns was the same gap I have between the rows!
(This is the page where there's grid I'm talking about: http://daviderivolta.com/projects )
Thanks in advance, guys!
Hi there,
Try this CSS:
.grid-33 {
padding-right: 3px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Great idea, Leo. The code is the solution for change the gap between two columns!
But... just for satisfy my curiosity: is there a method for change the gap between two rows in a grid made with the built-in unsemantic grid system?
I satisfied my curiosity with some CSS!
Thanks, Leo!
No problem :)