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?
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!