
Originally Posted by
milobloom
I also had another question.
Is there a way to make the option box longer?
I have a product that is in 2 sizes
Extra Large
Standard
The option box only displays the out of stock item (It does say out of stock though)
BUt I would like it to show all the options and they can click on one to bring to the top. Is this possible?
http://www.nothingbutcostumes.com/fi...me-p-8394.html
I looked at your site, I did not see any style sheet setting for the selection list. Try putting this code into the style sheet used for that page.
I did not need to change anything and was able to display an extremely long text string.
Code:
.wrapperAttribsOptions
{
margin: 0.3em 0em;
}
This is in the default style sheet but does not seem to be in your templates style sheet.
includes\templates\YourTemplate\css\stylesheet.css
Bookmarks