style 2 post title too big on mobile, how to decrease ?

Posted in: Newsmag
Post count: 46

Hi team Tag Div,

I’ve choosen the style 2 title for post and personalized it (font size 40 px), but it is too big on mobile !!! With the default post title it’s good but not with style 2, how can i decrease font size on mobile ?

Thank you !!

Post count: 7909

Hi,

You can use media queries to change font size for title on style 2 template – http://screencast.com/t/beqWSsFaN

@media (max-width: 767px){
.td-post-template-2 .post h1 {
font-size: 22px !important;
}
}

Thanks!

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