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.

#1 2011-11-15 23:18

kbshop
Member

change background panel size in "Tableware" design

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

 

#2 2011-11-16 00:30

rat
Administrator

Re: change background panel size in "Tableware" design

In the CSS editor:

Code:

.tbw_white {
  background: white;
  zoom: 1;
}

Be careful what you wish for — you might get it.

Offline

 

Board footer

Powered by PunBB