dawn theme - size picker to full width

Im trying to get the size picker to full width, how can I do this?

1 Like

Hi @xnyjyh

Would you mind to share your store URL? Thanks!

Thanks for the info, check this one if it work. If it wont work you need to contact the app provider. Thanks!

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

.ymq-options-box .ymq-no-strong-drop-down {
    max-width: 100% !important;
}

And Save.

result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

Would you know how to get rid of that ugly box shadow/outlione when picker is active?

Do you mean this one?

if it is check this one.

Same Instruction.

.ymq-no-strong-drop-down:focus-visible {
    outline: 0 !important;
    box-shadow: unset !important;
}

And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

Yes that as well as the drop down shadow