Post title size on mobile

Posted in: Newspaper
Post count: 500

Here – https://jazzjournal.co.uk/2020/07/20/al-di-meola-across-the-universe/ – I am using the Default Style 1 template but I cannot see how to alter the Post Title size for mobile.

Altering the size in Theme Panel/Theme Fonts/Post Title/Style 1 Template alters the size in desktop and tablet views but on mobile no change occurs. The post title remains too large. How can I adjust the post title for mobile view?

Thanks
MG

Post count: 35449

Hi,

If you are using a standard post style, then you can do it only using a custom css like this one -> https://i.imgur.com/XX8eexW.png
.td-post-template-1 .td-post-header header .entry-title{
font-size: 18px;
line-height: 18px;
}

This code need to by set in theme panel> custom code> advance css> phone -> https://i.imgur.com/o7EN8VI.png

Hope this will help you!
Thank you!

Post count: 500

OK, thanks, Calin.

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