Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 2200

General Questions/New to Joomla! 4.x • Re: Category Blog View in Module?

$
0
0
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?
Change this value as you need at the breakpoints you need
1.jpg
Something like ...

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



Viewing all articles
Browse latest Browse all 2200

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>