A user is experiencing a layout issue on their Shopify store where selecting a product variant (e.g., changing size) causes text reading “↑PRIX NEUF ↑PRIX SUR JADIS” to shift downward by 10px.
Initial Solution Provided:
Add CSS code to base.css file to set .price__container height to 4.4rem
Refinement Requested:
The user wants the text positioned slightly closer to the price below it, reducing the spacing between the two elements.
Updated Solution:
Modify the CSS height value to 4rem instead of 4.4rem in the .price__container class
This adjustment reduces vertical spacing and brings the text closer to the price
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)