I know this is an absolutely stupid Q? but I have yet to figure out firebug and have messed around in the stylesheet to find how to adjust the placement oand font size of the attributes.
TIA
I know this is an absolutely stupid Q? but I have yet to figure out firebug and have messed around in the stylesheet to find how to adjust the placement oand font size of the attributes.
TIA
I think Web Developer is a little easier than Firebug to operate.
Go to the page in question and hit Ctrl-Shift-Y and when you hover over the part of the page you want to know about, the CSS will appear in the address-like box at the top of the browser.
Clicking when in this mode will show the CSS of that element in a separate box (if it's included in the stylesheet).
Ctrl-Shift-E will open a stylesheet editor you can use to edit the CSS and see the results in real time without making permanent changes.
In the case of attributes, the CSS isn't automatically added to the stylesheet, so you'll have to add the statement yourself (for exapmle, #attrib -3) and style away.
I am missing something - this is not giving me any change.
What isn't giving you any change?
I am missing something - this is not giving me any change.
I tried your suggestion but I am sure i did not get it.
Unfortunately I have been playing on my computer and not on my live site so I may have to adjust this so you can see and get back to you.
Ok I have gotten the attributes displayed in one of my catagories for you to view.
http://www.stitchnframeonline..........roducts_id=273
I would like the drop down to be above the add to cart and in the center under Please Choose:
Ideas?
Add to the stylesheet:
.wrapperAttribsOptions{margin-left:27em}
Great got it centered
However the attribute name is too small and the words in the dropdown are too big.
Suggestions?
Yup. Reread post #2, and when you check the page with Web Developer, you'll see that the text is .optionName and the box is #attrib-1. You can adjust the font-size of both until it looks the way you want. You may have to adjust the margin you changed before when you're done.
How Fun!! thanks