Hello Shopify Experts 
There is a ‘Size Guide’ link on my websites product page, while it’s in the correct spot in desktop version, the mobile is a bit lower than where we’d like it– it’s placed on the size variant.
I tried to do a @media @mobile run but nothing helps it.
Template: Motion
Website: https://copper-88-2022.myshopify.com/collections/womens-clothing/products/ladies-copper-compression-short-sleeve-shirt
Password: Meashi
Thank you in advance!
1 Like
@sincerelyjoie
oh sorry for that issue can you please try this code
- Go to Online Store->Theme->Edit code
- Asset->/customized-styles.css ->paste below code at the bottom of the file.
@media (max-width: 1024px) {
body.template-product .ks-chart-container.sizing-chart-container.ks-container-with-modal
{top: -190px !important;}
}
1 Like
@sincerelyjoie
its my pleasure to help us