Archived topic
lightweight grid columns not working
3 replies · Started by Brian on June 30, 2018
Hi, I am using lightweight grid columns but I am running into a problem, they don't seem to want to occupy 100% of the space possible. Could you please help?
Kind Regards,
Brian Thompson
Hi there,
They columns are 100% indeed. The problem is that the content in the second column is on the left as it should be by default.
Try this CSS:
.lgc-last .inside-grid-column {
float: right;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks Leo, Much appreciated
Kind Regards,
Brian Thompson
No problem :)