Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #175410

    See: http://imgur.com/qwzRlOq

    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!!

    #175491

    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

    #175989

    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?

    #176042

    Hi!

    Screenshot file cannot be found. Can you post the screenshot again?

    Regards,
    Yigit

    #176046
    #176051

    Hello!

    Please add following code to Quick CSS

    #top .variations td.label { background-color: #222222; color: white; }

    Cheers!
    Yigit

    #176056

    Fantastic!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘how to change size of drop downs’ is closed to new replies.