How can I reposition product price on Dawn theme?

How do i move the product tag below to be exactly below the product on the left side?

this is what it currently looks like.

Thanks in advance.

website: www.moxxishop.nl pw: maycru

Hello @JMecom

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

#shopify-section-template--20635364917594__featured_collection_kxPzdm .price--on-sale { margin-left: -221px !important; margin-top: -25px !important; } @media screen and (max-width: 767px){ #shopify-section-template--20635364917594__featured_collection_kxPzdm .price--on-sale { margin-left: -245px !important; } .badge--bottom-left{ font-size: 14px !important; } }

this unfortunately does not work.

can you share screenshot of code?