You are ver welcome!
Topic summary
A user wants to reposition a points/loyalty link on their product page so it appears to the right of the price instead of its current location.
Solution Provided:
A CSS code snippet was shared to achieve this repositioning:
- Uses relative positioning with negative top offset (-42px) and right offset (-220px)
- Targets the specific loyalty link element via its href attribute
Status: Resolved - the user confirmed the solution worked by thanking the responder.