Archived topic
columns: text before columns is further on the left
3 replies · Started by Annika on April 11, 2018
Hi,
I really like your columns plugin.
But I have one issue with it when using 3 columns: the text before the columns (e.g. the headline "Mein Angebot") is a bit further on the left side. It should be aligned with the left column.
Do you know what I mean?
Thanks,
Annika
Hi there,
That's because there is a bit of padding in each column.
You can remove it with this CSS:
#generate-section-3 .lgc-first .inside-grid-column {
padding-left: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
That worked perfectly, Leo. Thanks a lot!
No problem!