CSS is getting affected based on the different zoom Level

0
Hi all, My css is getting affected based on different zoom and resolution level. My css will be fine only till zoom level of 80% but after 80% like for 90 or 100% the css is getting affected for few buttons how to tackle this issue because customers are facing issue who are having small screen and customers who are all having wider screen they are not facing this issue. How to tackle this issue and how to do make this look fine irrespective of zoom level and resolution 
asked
1 answers
0

Hi,

Please follow media query for the different resolutions of screens. or else try to use css property zoom for the body tag with media queries.

answered