Headlines too big on mobile ctnd

We created a support topic a little while back about headlines on mobile. Headlines too big on mobile

We’ve updated the theme, but are still experiencing the issue. So I’ll leave a secure note with login info. We ask that you don’t make any changes without our explicit consent. Thanks!

Hello, @devideomakers,

I checked your site on my phone it seems that is working fine to at my end. Please have look at the given screenshot below.

In case if you want to reduce the font size of the post title you can add this custom CSS code under X–>Theme Option —>CSS.

@media(max-width:479.98px){
.single-post .entry-title{
    font-size: 100%;
}	
}

Please feel free to change the font-size value as per your design.

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.