Post Title Font Style Change in Mobile

Posted in: Newspaper
Post count: 2

The changes on font style for post title has no effect on mobile view. I see the changes been applied only to the desktop view . How to change the font style of post title for mobile?

http://www.government-jobs.fresherslive.com/income-tax-department-recruitment-2015-04-vacancy-junior-hindi-translator-34800-salary-master-degreebachelor-degree-october-302015/

Post count: 22421

Hello,

This is a default behavior of the theme to adjust the title to the tablet portrait and mobile version. So under 1018 pixels it will resize your header. In order to change this behavior you need to use CSS:

@media (max-width: 1018px){
.td-post-template-default .td-post-header header .entry-title {
font-size: 18px!important;
line-height: 26px!important;
}
}

Thank you!

Post count: 2

Still the font size in mobile dint change.

Post count: 22421

Hello,

I tried the code again and it seems to work:
This is your website without the code: http://screencast.com/t/mxLaz2yE3Ed
This is with the code active: http://screencast.com/t/8cl1boOeTbX
Please make sure you place the code correctly in the theme panel->custom css box: http://screencast.com/t/GB1gBgsUU

Thank you!

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