Archived topic
Question on padding and the "grid" that GP uses for columns
3 replies · Started by Henry on November 13, 2019
Hi All - not strictly a GP question - but - I believe that GP uses the unsemantic grid to make columns.
Does anyone know how I can remove the padding on the left-hand side of the below image?
Thanks!

Hi there,
Try removing the grid-container first then add this CSS:
.grid-33 {
padding-left: 0;
}
Make sure you see my suggestions here:
https://generatepress.com/forums/topic/line-break-clear-float-after-columns-two-questions/#post-1062059
Thanks very much - worked great
No problem :)