I am building an online shop for a project.
I have made all the element sizes % to keep the website fluid. However, all my margins and borders are in px, so when the browser is resized or people view on a different resolution screen, it really doesn't work.
I assume it's best that I convert to %, but it is a bit of a tedious task to do manually without a converter or the means for me to convert myself.
How to people get around this? And do I actually want to convert to %?