Shopify themes, liquid, logos, and UX
Hello All,
I have an issue with the size chart in mobile view. The left border of the size chart is not showing up on mobile devices, but it shows in the chrome developer. I've provided the code that I am using below. Why does some work in the chrome developer, but not on the actual device?
https://2d26b3.myshopify.com/products/amalia
pw: reishi
@media only screen and (max-width:777px) {
modal-dialog.sizeChart .contents {
height: 41%;
width: clamp(40ch,90vw,80ch);
border-left: 1px solid !important;
}
}
Hi @JhordanMSUITE ,
Try adding the below CSS and let me know if this fixes the issue.
@media only screen and (max-width: 777px){
modal-dialog.sizeChart .contents {
max-width: 90% !important;
}
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025