How to make sale tag inside of the square box on desktop and mobile?

Solved

How to make sale tag inside of the square box on desktop and mobile?

AlexYZ
Shopify Partner
136 1 38

Like this

Screenshot 2023-02-25 121235.jpg

Mine is outside of the box on desktop and mobile

Screenshot 2023-02-25 121253.jpg

Accepted Solutions (3)

GemPages
Shopify Partner
5625 1262 1279

This is an accepted solution.

Hello @AlexYZ

It's GemPages support team and glad to support you today.

 

Please check out my suggestion below:

1. Go to Online Store -> Theme -> Edit code

GemPages_0-1677306004441.png

 

2. Open your theme.liquid file, paste the below code before </body>

 

<style>
  body.template-collection .grid-product__image-wrap .grid-product__tags{
    left: 5%;
  }
</style>

 

 

I hope the above is useful to you.


Kind & Best regards, 
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

Hi @AlexYZ ,

you can try using my code

#PageContainer [data-section-type="collection-template"] .grid-product__tags{left:5%}

View solution in original post

Denishamakwana
Shopify Partner
1408 173 232

This is an accepted solution.

Please add below css code at bottom of assets/theme.css file

.grid-product__tags {

     left: 5%;

}

Thank you.

If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

View solution in original post

Replies 10 (10)

AlexYZ
Shopify Partner
136 1 38

website kawaiibonjour.com

GemPages
Shopify Partner
5625 1262 1279

This is an accepted solution.

Hello @AlexYZ

It's GemPages support team and glad to support you today.

 

Please check out my suggestion below:

1. Go to Online Store -> Theme -> Edit code

GemPages_0-1677306004441.png

 

2. Open your theme.liquid file, paste the below code before </body>

 

<style>
  body.template-collection .grid-product__image-wrap .grid-product__tags{
    left: 5%;
  }
</style>

 

 

I hope the above is useful to you.


Kind & Best regards, 
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
AlexYZ
Shopify Partner
136 1 38

Thank you @GemPages It works!

AlexYZ
Shopify Partner
136 1 38

Hi @GemPages, it fixes on the collection list but take a look on my homepage featured collections and product page the sale tag is still outside the box.

 

Homepage featured collections

Screenshot 2023-02-25 180057.jpg

Product page, recomended for you, you may also like, recently view

Screenshot 2023-02-25 180031.jpg

AlexYZ
Shopify Partner
136 1 38

Hi @GemPages, any fix? 

AlexYZ
Shopify Partner
136 1 38

Hi @Denishamakwana , I saw your fix sale tag on another post, do you have the fix for this?

Denishamakwana
Shopify Partner
1408 173 232

This is an accepted solution.

Please add below css code at bottom of assets/theme.css file

.grid-product__tags {

     left: 5%;

}

Thank you.

If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme
AlexYZ
Shopify Partner
136 1 38

@PageFly-Victor Do you know how to fix this?

 

This code only fix the collection list but not the featured collection and product recomendations, recently viewed on product page.

 

<style>
body.template-collection .grid-product__image-wrap .grid-product__tags{
left: 5%;
}
</style>

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

Hi @AlexYZ ,

you can try using my code

#PageContainer [data-section-type="collection-template"] .grid-product__tags{left:5%}
AlexYZ
Shopify Partner
136 1 38

Hi@Denishamakwana @PageFly-Victor , both of the code works, thanks so much!