Hi all,
Can u help me… all of a sudden my site is stretching across instead of being within one window… so it is probably 1200px wide or something. this has happened and I never touched the formatting… where can I fix this??
Cheers,
Alan
In order to fix this please replace this part of the code:
body, .body-bg {
background-color: #ffffff;
min-width: 910px;
}
with this one:
body, .body-bg {
background-color: #ffffff;
}
body {
min-width: 910px;
}
in the “styles.css” file located in the “skins/brickwork_dark-steel/customer” directory of your CS-Cart.
Thank you for that… I didn’t know what had happened. Still don’t know why it happened. Anyhow fixed now.
Cheers,
alan
You are welcome.
Probably, you changed your browser. This problem occurs, for example, in Firefox 3, but does not in Firefox 2.