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;
}
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025