Border issues on mobile

Border issues on mobile

JhordanMSUITE
Shopify Partner
135 2 42

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;
}
}

 


Screenshot 2024-03-27 at 9.29.29 AM.pngIMG_1026.jpg

Reply 1 (1)

theycallmemakka
Shopify Partner
1795 436 465

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;
}  
}

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com