Block 11 font size on mobile

Posted in: Newspaper
Post count: 112

I’m very happy with the font size of Block 11 on desktop view. But on mobile it’s too small. What CSS can I add that will make it larger on mobile, but keep it as it is on desktop?

Thanks in advance!

Post count: 22421

Hello,

You can use this custom css code to change the font size on block 11 mobile:
@media (max-width:767px){
.td_block_11 .td-module-title{
font-size:15px!important;
}}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.