Hello,
like in the image attached I have configurated an article list module in news4 layout. For mobile version the title font size is too big and the result is the image covered.
I need to decrease the title font size only for the mobile version.
Thank you Michele
Hi Michele,
You can try using the following custom CSS code:
@media (max-width: 575.98px) { .ja-news-4 .news-big h3.article-title { font-size: 1.2rem !important; } }
and adjust the font size to your preference.
Regards
seems it is working, but both on mobile and desktop version, the request was only for mobile.
But it's better in this way
You can close the ticket Thank you Michele