Hi Jade,
Great template! I have a quick question.....how do you get the sideboxes to display only on the right side? I have them displaying there at 200px but when you visit a product, all the sideboxes move to the left and overlap all of my text, in fact all the text goes to the sidebox width...very strange.
Sorry if this has already been answered in a previous post but I had a look and couldn't find any answers.
Thanks for your help!
Online skin care and cosmetics
http://www.beautyxpress.com.au
Online skin care and cosmetics
http://www.beautyxpress.com.au
I cannot locate in css where to change the background colour for sideboxes. I'm sure its there, but... I keep looking and nothing.
Tx
I noticed that it displays fine Firefox, but not in IE. (see Test Site at http://store.annron.com/Retail/ )
Help, I am having trouble with some of the buttons and haven't found anything in the forums so far that addresses this. The problem occurs on some of the product pages and in the shopping cart -- the buttons that go to the checkout, etc. The bottom half or more of the buttons is distorted, unreadable in some cases, though they do function. Here is my site-in-progress...
http://www.avatarcrystals.com/store
Thanks in advance for any advice on this!
The sidebox colors are controlled by images.
From the css:
#contentMainWrapper {
background:url("../images/sidebox.gif") 100% 0 repeat-y; /* This is the right column background "faked" with an image. */
background-color:#ffffff; /*background color for the main "content" of the site */
}
#contentMainWrapperb {
background: url("../images/sidebox.gif") 0 0 repeat-y; /* This is the left column background "faked" with an image. */
}
Change the color of sidebox.gif.![]()