Hello there
I do not know what I am doing wrong but I do not get to center this site www.metatradersoftware.com completely. Although it has moved a bit to the right side since I put the wrapper, it is still staying quite on the left part of the screen. The code looks like this:
#wrap
{
position: relative;
width:760px;
margin-left:auto;
margin-right:auto;
}
<body>
<div id="wrap">
....
</div>
</body>
</html>
I would appreciate any ideas to solve this issue, because as far as I seen, this is the standar way of centering a website with css.
Look for your replies.
Thanks in advance