https://lojabauer.com.br/products/balanco-pet-comfort-o-conforto-para-o-seu-pet
Topic summary
A user wants to reposition text before the price display on their product page. They provided screenshots and a link to their store showing the current layout.
Solution provided:
- Add CSS targeting
.product .price__saleand.product-form__info-title - Use
position: relativeon the parent container - Use
position: absolutewithtop: 40%andleft: 0on the title element
The responder included a code snippet and asked the original poster to mark the issue as solved if the CSS solution works.