Responsive web designs is driving me crazy!
hey everyone, I went through lots of Q&A and never finds an answer for my problem, which is: How to make your website responsive the right way.. I put small pics on static background pic and the small pics should always be in the middle of the webpage for the design sake, the static pic has a default width of 100% and it works fine on every screen thanks to the viewport stuff, I set my small pic a margin of : px px px px; on 3 type of devices widths using @media, like (Min600px screen, 600to1024 screen and above 1650px screens), each has defaults and good on each device, my question is how to set the margin between those px's like if some one has a screen that is 1650px but his browser isn't on full width.. that's screws the margin of my pics and the whole design, I tried to put everything on (%) and it still a fiasco cuz the only solution I can think of to solve this is by setting margin for every individual px and yeah that's pretty dumb isn't?, I'm pretty sure I'm doing something wrong here but I can't figure it out, can someone help me with that ?