Thread Starter
qws
(@qws)
Just in case anyone else comes across this problem, I have found a resolutions.
Very bizzare, but all it was, was a line of code in the style sheet.
With the problem I had:
body {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #8f8c8c;
color: #828282;
text-align: center;
}
All I needed to do was remove text-align: center;
and it fixed the problem.
Thread Starter
qws
(@qws)
That has fixed it, thank you so much! I had tried .sidebar, instead of #sidebar.