H1 posts title not responsive

Posted in: Newspaper
Post count: 4

Hi,

I’ve a problem with H1 posts title. Every title is not responsive. Look: http://pl.tinypic.com/r/s2wf2o/9 How to fix it?

Post count: 20688

Hi,

It seems that for some reason the post title header is not working as intended. The responsive condition is not applying. Please enter this code in Theme panel->Custom CSS section and it should fix the situation
https://www.screencast.com/t/VVtaIMBq

@media (max-width: 767px) {
.td-post-template-6 .td-post-header {
width: 100%;
}}

Thanks

Post count: 4

It’s works. Thanks!

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