Archived topic
Tablet: posts on home page and archives in sigle column
3 replies · Started by Bas on April 29, 2021
Viewing posts 1–4 of 4
Hi, I've tried some CSS I've found on the support forum but couldn't figure it out myself. On this website I would like to have the archives (and posts on the home page) on a tablet in a single column.
Hi there,
try adding this CSS:
@media (min-width: 768px) and (max-width: 1024px) {
.generate-columns.tablet-grid-50, .grid-sizer.tablet-grid-50 {
width: 100%;
}
}
Works perfect, many thanks!
Glad to hear that!
This archived topic is closed to new replies.