Can anyone tell me how to make the drop down menu box shorter for the categories sidebox? I have pretty much gotten my store how I want it, but this box is a lil too long LOL
http://www.havendesignz.com/store/
Can anyone tell me how to make the drop down menu box shorter for the categories sidebox? I have pretty much gotten my store how I want it, but this box is a lil too long LOL
http://www.havendesignz.com/store/
HunnyBee Design
"A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe
Never mind, I figured out how to use a seperate css declaration for the currencies sidebox padding :)
HunnyBee Design
"A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
K what I did, because I had certain padding values for the sideboxes to get them how I wanted, it drove the drop down box a lil too far to the right, which still looked fine in IE but not in FF lol
I added this in after that with the help of Firebug:Code:.sideBoxContent { padding-top: 0.3em; padding-left: 0.7em; padding-right: 0.5em; padding-bottom: 1em; }
The same can be done for the bestsellers sidebox too I found lolCode:#currenciesContent { padding-top: 0.5em; padding-left: 0.5em; padding-right: 0.5em; padding-bottom: 1em; }
Hope that helps!
*edited to add in that the seperate declaration should be added in after the main sideboxContent one *I think* lol because from what I remember, stylesheets use the last declaration to load....something like that anyway lol
HunnyBee Design
"A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe
Nice,
Thanks for the answer.
It helps me, and others in the forum..![]()
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting