Home Forums WC Vendors Pro Support Issue with dropdown in product submission form Reply To: Issue with dropdown in product submission form

#59455
Anna
Member

Try this in your theme or child theme’s style.css file:

.select2-container .select2-choice {
height: 46px;
width: 200px;
}
input#s2id_autogen1_search.select2-input {
width: 180px;
}
.wcv-form .control-group input[type=checkbox]+label {
padding-left: 2.25em;
}
.wcv-form .control-group input[type=checkbox] {
border: 1px solid #ccc;
}