Problems with smaller titles for mobile

Posted in: Newspaper
Post count: 14

Hello. Thank you always for your help.

I’m not using a mobile theme. And I don’t want to use a mobile theme.
So to make the title smaller on mobile, I used the code below.

.td-post-template-5 .td-post-header header .entry-title {
font-size: 22px;
line-height: 30px;
}

The code worked fine.
However, a new problem has occurred.

When I refresh the page, the title will appear to be a large size at first, but it will be smaller to the size of the code you set.
This makes the page unstable and not pretty.

The problem only occurs on mobile. It also occurs when the cache plug-in is turned off.
And I also applied that size to the theme panel.

Is there a solution?
I give you the address of my homepage.

https://bit.ly/2XLV9rt

Thank you.

Post count: 35449

Hi,

As a suggestion to fix this you can set the code in head of file like this -> https://i.imgur.com/og95MdX.png this should fox the problem
<style>
.td-post-template-5 .td-post-header header .entry-title { font-size: 22px; line-height: 30px; }
</style>

Hope this will help you!
Thank you!

Post count: 14

You’ve solved the problem!!
The code is working fine.
Thank you, Calin.

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