I am using the Flow design by Eight
I dont know how to solve the issue I am having on mobile. Some of my product options are long, and I really want to keep using the ‘swatch’ option instead of dropdowns for mobile. I like the idea of just selecting and adding to cart instead of opening up a drop down, scrolling, selecting and then adding to cart.
Is there a way to have the text wrap and fit in the space instead of what its doing?
Hi @tritonebear ,
Can you provide your website so we can provide the code specific for you? Thank you
@tritonebear
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! 
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
https://fzls2pb8sf31qr7q-59067072702.shopifypreview.com heres the preview. I changed it to a drop down for now because I dont know what else to do.
Hi @tritonebear ,
Thank you for providing your website. Please do the following
- From your Admin Page, click Online Store > Themes >Actions > Edit code
- In the Asset folder, open the theme.min.css
- Paste the code below at the very bottom of the file.
swatch .swatch-element label {
white-space: normal;
}
I tried this previously after looking at a similar issue. It doesnt change how the swatches look, it only gets rid of the white space to the right so you cant scroll horizontally. The words on the swatches still go off the screen.
Edit:
body{
overflow-x: hidden;
}
is what I ended up using previously to get rid of horizontal scroll.
Your solution didnt help me 