Media queries do not work
-
Hello,
I’m trying to make my site usable on tablets and smartphones but I’m having some problems with media queries.
Currently, on mobile phones the text is cut off. I would like the pages to adapt to the width of a smartphone so that the user can normally read the content of the site.
To do this, I use the following code:
@media screen and (min-width:450px){
html {
width:100%;
}
}However, this code does not change the layout of my site via mobile while the code is correct.
Could you give me some information on how to resize the page according to the support used by the visitor? Thank you!
The page I need help with: [log in to see the link]
The topic ‘Media queries do not work’ is closed to new replies.
