Change this value as you need at the breakpoints you need Something like ...Sorry, one more question on this. When viewing on mobile, things start to get a little mixed up.
Is it possible to make four columns appear as 2 or 1, or just something that fits better with a narrow mobile display?
Make the columns more responsive or dynamic depending on the size of the window?
Code:
@media (max-width: 767.98px) { .cat-blog-view-four-col .newsflash { grid-template-columns: repeat(2, 1fr); }}@media (max-width: 575.98px) { .cat-blog-view-four-col .newsflash { grid-template-columns: 1fr; }}
Statistics: Posted by Pavel-ww — Mon Apr 22, 2024 12:50 pm