What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Product price position on dawn theme

How can I reposition product price on Dawn theme?

JMecom
Excursionist
15 0 6

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.

shopify need help.PNG

3223432.PNG

 

 

Thanks in advance.

 

website: www.moxxishop.nl pw: maycru

Replies 3 (3)

niraj_patel
Shopify Partner
2378 514 507

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 </body> on theme.liquid

<style>
#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;
  }
}
</style>

techlyser_web_0-1705856725994.png

techlyser_web_1-1705856784206.png

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
JMecom
Excursionist
15 0 6

this unfortunately does not work.

niraj_patel
Shopify Partner
2378 514 507

can you share screenshot of code?

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com