Posts by A_GOLLE • 21 points
2 posts
-
1
votes2
answers223
viewsA: Problem with overflow
Without seeing your html code, css and js, it becomes more difficult to help find the solution. But as you said your problem is in resolutions below 670px I advise you to use media queries. Ex:…
-
0
votes2
answers497
viewsA: Media query messing up another media query
If you add a max-width, who knows how to solve your problem... @media only screen and (min-width : 603px) and (max-width : 1024px) { codigo...... }