Reduce text size according to the screen resolution (Responsiveness)

Hello all!

I’m facing lots of problem to adjust my website responsiveness, I mean, when the size of browser window is reduced the text does not follow the size of the windows and because of this the website appearance is messed up. Someone can help me with this?

Thank you in advance!!

You can use conditionals to change the font size when current page width is less than a certain number of pixels.

The built-in responsiveness adjusts the width of the text element itself, not the size of the font. To change the font size, you need to do what I mentioned above. Hope that’s helpful!

3 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.