Re: how to fix the product image seems not aligned when I go to category menu

Solved

how to fix the product image seems not aligned when I go to category menu

niceeee
Shopify Partner
307 4 26

niceeee_0-1680336605048.png

the yellow one too much gap

 

it should be like this

niceeee_1-1680336646528.png

 

Accepted Solutions (2)

niceeee
Shopify Partner
307 4 26

This is an accepted solution.

Alok_Kasgar
Shopify Partner
112 26 28

This is an accepted solution.

@niceeee You must use padding between product boxes

I hope this solution will works. Please follow below steps
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag

 

<style>
.card--card, .card--standard .card__inner {
width: auto!important;
}
</style>

Alok Kasgar
If helpful, please Like and Accept this Solution to help others too | Email: alokasgar@gmail.com

View solution in original post

Replies 2 (2)

niceeee
Shopify Partner
307 4 26

This is an accepted solution.

Solved!

Alok_Kasgar
Shopify Partner
112 26 28

This is an accepted solution.

@niceeee You must use padding between product boxes

I hope this solution will works. Please follow below steps
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag

 

<style>
.card--card, .card--standard .card__inner {
width: auto!important;
}
</style>

Alok Kasgar
If helpful, please Like and Accept this Solution to help others too | Email: alokasgar@gmail.com