Tried all what you have said.
cleared cache, other browsers... nothing works.
This is my additional.css at the moment, but still stays white!:
body, html {
width:100% !important;
min-width:100% !important;
max-width:100% !important;
}
.body_wrapper {
background: {vb:stylevar body_background};
}
.site_width {
min-width: {vb:stylevar doc_minWidth};
max-width: {vb:stylevar doc_maxWidth};
width: {vb:stylevar doc_width};
margin:0 auto;
}
html {
background: #00A000 !important;
}
.body_wrapper {
background: #A00000 !important;
}
Hope you guys can help me, bin busy with it now for a couple of days.....
|