Thanks for the reply Lynne. I'm not sure what you mean by the left/right margin to the class .body_wrapper. Where would I look for these? Just do a search in templates?
--------------- Added [DATE]1264883750[/DATE] at [TIME]1264883750[/TIME] ---------------
I have found this...
Code:
.body_wrapper {
padding: 0 {vb:math 2 * {vb:stylevar padding}} {vb:math {vb:stylevar padding}*2};
background: {vb:stylevar body_background};
-moz-border-radius: {vb:stylevar border_radius};
-webkit-border-radius: {vb:stylevar border_radius};
}
But I have no idea what to change or anything!! Would there be a way to keep the main width of it to 952 or would that be totally gone as it would depend on the width of the users screen? I.E. I'm just setting a set width either side as padding rather than the width of the middle?