|
|
 |
The logo image pushes the whole site to the right in Default design |
|
 |
Replace this line in default_white.css (or other colour scheme that you use):
.contentStyle {height: 1%; overflow: hidden; position: relative; z-index: 1;}
with this one:
.contentStyle {clear: both; height: 1%; overflow: hidden; position: relative; z-index: 1;}
|
|
|
|