SIZE CHART location/position is correct for products on sale, but not for products not on sale.

Solved

SIZE CHART location/position is correct for products on sale, but not for products not on sale.

Svds
Excursionist
66 0 9

the size chart is at the right location for products that are for sale, but not for products that are not for sale. see picture for more information. how can i fix this?  (store url: https://facce-amsterdam.nl/)

Scherm­afbeelding 2024-04-24 om 13.29.15.png

Scherm­afbeelding 2024-04-24 om 13.29.53.png

Accepted Solution (1)
saim007
Shopify Partner
602 74 103

This is an accepted solution.

@Svds Go to edit code > click on theme.liquid file > search for </body> tag and above this tag paste below code -

 

<style>
.price .price-item{
display: block;
}
</style>

 

Saim | Shopify Partner Expert

Was I helpful?

Buy me a Coffee

🙂
Hire me   to unlock the full potential of your e-commerce store 🙂

View solution in original post

Replies 3 (3)

saim007
Shopify Partner
602 74 103

Please provide store url without it we can't help you!

Saim | Shopify Partner Expert

Was I helpful?

Buy me a Coffee

🙂
Hire me   to unlock the full potential of your e-commerce store 🙂
Svds
Excursionist
66 0 9

i shared the store url, but here once again: https://facce-amsterdam.nl/

saim007
Shopify Partner
602 74 103

This is an accepted solution.

@Svds Go to edit code > click on theme.liquid file > search for </body> tag and above this tag paste below code -

 

<style>
.price .price-item{
display: block;
}
</style>

 

Saim | Shopify Partner Expert

Was I helpful?

Buy me a Coffee

🙂
Hire me   to unlock the full potential of your e-commerce store 🙂