Issue: On a Shopify Dawn product page, the text line under the price (“↑PRIX NEUF ↑PRIX SUR JADIS”) shifts vertically when a size variant is selected. The goal is to keep this text in a precise, fixed position regardless of variant changes.
Actions tried:
Guidance to add custom code in theme.liquid above . The actual code snippet was not provided in the post; a screenshot showed a “result,” but details are unclear.
CSS suggested: .product__tax.caption.rte { padding-top: 10px; }. This only lowered the text’s position.
Feedback/Status:
The user reports both suggestions merely reposition the text statically and do not stop it from moving when the size changes via the variant selector.
The core problem (preventing layout shift on variant change) remains unsolved.
Open questions:
What CSS/HTML structure change is needed to lock the element’s position independently of dynamic content changes triggered by the variant selector?
No confirmed solution or consensus yet. Images were shared to illustrate the result, but no definitive fix has been provided.
Why when I change the size of this item for example ( https://jadis-shop.com/products/doudoune-tnf-700-nupste-retro-1996 ) The text under the price also moves… I would like that no matter if I change the size of the item or not, the text “↑PRIX NEUF ↑PRIX SUR JADIS” remains PRECISELY at the same position please.
you just lowered the text, but you did not solve the problem of changing the location of the text when you change the size with the variant selector… what should I do please?
you just lowered the text, but you did not solve the problem of changing the location of the text when you change the size with the variant selector… what should I do please?