There is something strange in the format

Posted in: Newspaper
Post count: 45

I am suffering from the title and subtitle format in a few posts layouts. Desktop looks good, but the cell is completely different and bad.

Open this link in desktop and mobile and see the difference, please.

http://www.clickcamboriu.com.br/geral/2016/02/aprovado-projeto-que-preve-ambulatorio-em-shoppings-de-itajai-136483.html

Post count: 22421

Hello,
I have checked your website and saw that the font is a little big for mobile.
You can use this css to make it smaller and bold if you want:

@media (max-width: 767px){
.td-post-template-3 .td-post-header header .entry-title {
font-size: 18px!important;
font-weight:600!important;
}
.td-post-template-2 .td-post-sub-title, .td-post-template-3 .td-post-sub-title, .td-post-template-6 .td-post-sub-title, .td-post-template-7 .td-post-sub-title, .td-post-template-8 .td-post-sub-title{
font-size: 14px!important;
}
}

You can change the font-size in the code to your preference.
Thank you!

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