Change position of a text when i change the variant

JADIS
Explorer
169 1 19

Good morning,

 

I would like that when I select a variant of the product (for example I modify the size of this product https://jadis-shop.com/products/doudoune-tnf-700-nupste-retro-1996) the writing "↑PRIX NEUF‎ ‎ ‎ ‎ ↑PRIX SUR JADIS" goes down by 10px

Do you know how to do it please?

 

Theme: Dawn
Website: jadis-shop.com
password:rj


thanks in advance

Replies 3 (3)
ZestardTech
Shopify Expert
5300 950 1261

Hello There,

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

.price__container {
height: 4.4rem!important;
}

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
JADIS
Explorer
169 1 19

bro it's almost good, i want the same but that the writing "↑PRIX NEUF‎ ‎ ‎ ‎ ↑PRIX SUR JADIS" is just a little closer to the price (so reduce the space a little between the two)

please

ZestardTech
Shopify Expert
5300 950 1261

Hello @JADIS 

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

.price__container {
height: 4rem!important;
}

 

ZestardTech_0-1696568723752.png

 



Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing