Configure font size responsive for all element

Posted in: Newspaper
Post count: 12

Hi,

I use newspaper theme with classic demo to custom my website, but I have a problem.

When I reduce my screen size, font size change (responsive) for “column title” element but not for “title” element:
Show in capture : https://ibb.co/B6LtXWm

How can modify font size element with media css query ?
I try with this :

@media screen and (max-width: 768px) {
    .td-block-title{
        font-size: 70px;
    }
}

But is’t not work !
How can i configure all font size of all element in my style.css (newspaper Child theme)

Best regards

  • This topic was modified 7 years by Alexplcr.
Post count: 22421

Hi,

Please provide a link to your site so we can inspect the element and see why this happens.

Thank you!

Post count: 12

My website is offline, i work on my local post !

I take new screenshoot with html and css code !
1 fullscreen shoot and 1 medium screen shoot !
https://ibb.co/sm0dL64

Thx

Best regards

Post count: 35449

Hi,

Please open the column title and set on each device the tittle text size
Hope this will help you.
https://www.screencast.com/t/IsLqNXVQqc
https://www.screencast.com/t/a8Y4iB9S5U
Hope this will help you.

Thank you.

Post count: 12

Ah ok, I need to select each device !
It’s work 🙂

Best regards !

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