Mobile Post Title Size and Line Height

Posted in: Newspaper
Post count: 91

How do I change Post Title size and line height on Mobile version? Thank you in advance!..

  • This topic was modified 7 years by wilhard.
Post count: 20688

Hi,

It would depend if the mobile theme plugin is used or not, also if this is regarding the post title in the modules or in the single post page. It could be done with some CSS if you want to modify those elements just for mobile.

With the composer it would be easier, simply select the mobile mode and customize the font properties, for example in a page – http://prntscr.com/mmkjgu
Or in a cloud post template – http://prntscr.com/mmkk7q
That will only apply to mobile mode, you can customize the fonts per device.

Thanks

Post count: 91

Thank you. You wrote how to do it for a single post or page. But I want to change header font size in ALL posts for mobile phones. How do I do it with the composer? I do not use mobile theme plugin.

Thank you in advance.

Post count: 22421

Hi, You can use this custom css to change the font size and line height for all posts on mobile devices:

@media(max-width:767px){
.td-post-header header .entry-title{
font-size:20px!important;
line-height:20px!important
}

Add the code in the theme panel under custom code -? custom css.

Thank you!

Post count: 91

Thank you. Only CSS? Can I change it in the theme panel?

Post count: 35449

Hi,

Unfortunately the settings from them panel will chge the font on all devices not only on mobile device.
This can be achieve if you are using a single post template from tagDiv Cloud Library, there you can set different font size for post content on each devices.
-> https://www.screencast.com/t/QgxAUhO7f

Thank you for your understanding!

Post count: 91

Thank you! Can I implement the settings of a single post template from tagDiv Cloud Library to all blog posts?

Post count: 35449

Hi,

Yes, all you need to do is to set it as a global single post templates and will apply to all post that do not have set a individual post template.
-> https://www.screencast.com/t/5Y2VspluZLJ

Thank you!

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