As you can see, the drop downs are very wide and the text to the left scales down rather than to the right. Is it possible to make the text go on one line and have the dropdown box not so wide? Am almost finished….just a few niggling details!!
Hello lpfa!
You can add this on your custom.css or Quick CSS:
#top .variations .label label {
margin-top: 5px;
text-align: left;
min-width: 220px;
}
Regards,
Ismael
Works fine – thanks!! but see this pic of it: http://imgur.com/UN2eIDq
Can’t figure out why the lower dropdown has the black running all the way behind it and the top one looks more “correct”. Any ideas?
Hi!
Screenshot file cannot be found. Can you post the screenshot again?
Regards,
Yigit
Hello!
Please add following code to Quick CSS
#top .variations td.label { background-color: #222222; color: white; }
Cheers!
Yigit
Fantastic!