Not for official support
We do not provide technical support in this forum.
If you want to contact our customer support, please use our support form.
You are not logged in.
I want to change the width of the white panel that holds the content and is over the background colour in the "Tableware" theme of Shopscript.
I have been able to change the width of the tables displaying the content but I have a wider than required white background panel.
Where can I find the code that controls this white background or what is it named?
Offline
In the CSS editor:
.tbw_white {
background: white;
zoom: 1;
}Offline