Big Grid 12 font size for mobile

Posted in: Newspaper
Post count: 28

Hello,

I am trying to reduce the font size in Big Grid 12.

The following custom CSS works fine for the desktop version:
.td_block_big_grid_12 .td_module_mx11 .td-module-title{
font-size:22px;
}

For mobile, this code doesn’t take effect:
@media only screen and (max-width: 767px) {
.td_block_big_grid_12 .td_module_mx11 .td-module-title{
font-size:22px;
}
}

Can you please suggest a solution?

Thanks

  • This topic was modified 7 years by sashos.
Post count: 23312

Hi,

Please provide your website URL so I can take a closer look at this section and also, so I can make some deeper investigations and so I can provide a more accurate code.

Thanks.

Post count: 28

Hi,

This is the website:

http://new.aej-bulgaria.org

Thank you

Post count: 23312

Hi,

Try to add the important tag after you code value.

@media only screen and (max-width: 767px) {
.td_block_big_grid_12 .td_module_mx11 .td-module-title{
font-size:22px!important;
}
}

Thank you!

Post count: 28

Hi,

Sorry for the delayed feedback.
Your solution did work.

Thanks a lot!

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