If you where using SimpleBlack on anything else but gold and upgraded to gold this will NOT work, DELETE simpleblack in the Style Manager and re-upload the new version. An upgrade/overwrite will not work.
Quote:
Originally Posted by 4ums
Hi jetgaming i have just tried the new one and all it does is centre to the middle now take a look at the link below thanks mate.
|
Ok do this:
Admin CP > Styles & Templates > Style manager > SimpleBlack > Stylevars > doc_maxWidth >
Unites: (blank space, top option)
Size: auto
Go back to Style Manager > SimpleBlack > Edit templates > vbulletin.css >
Find:
Code:
body {
width:{vb:stylevar doc_width};
min-width:{vb:stylevar doc_minWidth};
max-width:{vb:stylevar doc_maxWidth};
margin: auto;
font-size:{vb:stylevar font.fontSize}px;
color:{vb:stylevar body_color};
line-height:{vb:stylevar line_height};
}
Replace with:
Code:
body {
width:{vb:stylevar doc_width};
min-width:{vb:stylevar doc_minWidth};
max-width:{vb:stylevar doc_maxWidth};
margin: {vb:stylevar doc_margin};
font-size:{vb:stylevar font.fontSize}px;
color:{vb:stylevar body_color};
line-height:{vb:stylevar line_height};
}