Responsive web design
Hello everybody! I have a question about the responsive web design. I'm making a site now on laptop with medium resolution and I was using "px" to locate everything on the page, but then when I open it on a monitor with high resolution, my site was located left and small. So I change most of the things to "%" instead of "px" and I fix that. So now in every resolution higher then that of my laptop I'm great. But now I have other problem. When I test it on a laptop (not smartphone) with smaller resolution then mine, my items go on top of each other. So I decide to make the width of everything in "%" and for example I'm having 3 items next to each other, I give them like 50% 50% 50% and I was hoping that 2 of them will stay and the last one will go under them, but instead they go on top of each other. I try margins, different browser, changing the position (which is absolute) and nothing give me result. So how can I make the items go next to each other instead of top of each other? Thanks!