I have #container {margin: 0 auto;}
on my test site Than I added the left vertical menu and on some small screens that menu is not fully visible. Like my old laptop :-)
I want to keep the margin: auto
setting in place but I want to move the whole #container
little bit right. Could it be done some how? #container {margin-left:10px;}
doesn't work ...