Hello support,
How can I reduce the width of the drop down menu to enable “Choose size:” to be on the same line. Link below.
Thanks in advance.
Hi Wils1234!
Add this to your custom CSS.
#top .variations td.label {
width: 100px !important;
}
Best regards,
Elliott
Hi Elliott,
This has been resolved. Thank you.