Problem Statement: I’m facing an issue with my Shopify product descriptions when importing size charts from Printify. The size chart sometimes gets resized, making it difficult to read properly. This affects the user experience negatively as customers rely on accurate sizing information. I need a solution to ensure that the size chart doesn’t get smaller or larger than a specific size to maintain readability.
Possible Solutions: One solution I’m considering is adding a custom CSS file to my Shopify theme. With custom CSS, I could potentially set a maximum size for the description container, preventing the size chart from resizing beyond a certain point. Another option I’m exploring is adjusting the media settings in CSS to prevent flexing past a certain size. By implementing these changes, I hope to maintain the readability of the size chart within the product description on my Shopify store. Any advice or guidance on how to achieve this would be greatly appreciated. Thank you!