I want to style a fixed position element for the edge of the website (a div) and not the edge of the screen.
However on large resolutions what I currently see is a large gap between the the fixed element and the website. On small sites I see the fixed width elements are pushed in too close together.
How can I do that?
Multiple css for different screen resolutions?
Any generic solution available?
Thanks,
Mat