Archived topic
lgc layout inside section
1 reply · Started by Dmitry on March 14, 2019
Viewing posts 1–2 of 2
Good day friends!
Could you help a little. I cant find the key to the problem. I use GPP + LGC inside section. LGC set to "33-50-100". 9 elements in one section, 3 per row. It works great until I make the tablet screen width. When elements switch from 3+3+3 to 2+2+2+2+1 the last one jumps strait on the next section. And everything is ok when I switch from tablet to the mobile width.
Hi there,
try this CSS:
@media (max-width: 1025px) and (min-width: 768px) {
.lgc-clear:last-child {
display: block !important;
}
}
This archived topic is closed to new replies.