Hi,
I recently set the Blog Grid Columns to 2 which looks fine on desktop and tablets but terrible on mobile devices (even text is overlapping, see here).
Is it possible to set the Blog Grid Columns on mobiles to 1, while keeping 2 columns on desktop and tablets?
Thanks for your support!
Hey catchbudapest,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.av_one_half {
width: 100% !important;
margin-left:0 !important;
}
}
Best regards,
Rikard
Perfect, thanks!