Hey there! I just finished building a website with HTML, CSS, Jquery, and PHP within 3 months.
For the design and layout, I utilized CSS. However, upon testing on small screens, I noticed that some parts of the website require horizontal scrolling to view completely, especially the language dropdown in the top right corner.
In my CSS code, I set fixed widths using pixels for elements like wrapper and header.
Someone suggested using percentages instead of pixels, but I'm not sure how to go about it since I've already completed the project.
Firstly, any recommendations on how to fix this issue?
Secondly, is there a straightforward way to convert pixel values to percentages?
(The rest of the CSS code remains unchanged)