Move points link to the right

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.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

You are ver welcome!