Archived topic
Section + Lightweight Grid Columns
18 replies · Started by Feri on February 1, 2018
Viewing posts 16–19 of 19
previously between column "DEPARTMENT" etc have a space when viewed at mobile device https://postimg.org/image/nlocytwt7/
Strange, try adding this:
@media (max-width: 768px) {
.lgc-column {
margin-bottom: 20px;
}
.inside-grid-column {
margin-bottom: 0;
}
}
wow ok it works. thank you so much, tom.
oh if you dont mind please kindly delete/make private the screenshoot (leo's post)
https://generatepress.com/forums/topic/section-lightweight-grid-columns/#post-487490
thank you for your support
I just did :)
Glad it's working.
This archived topic is closed to new replies.