Have your say in Community Polls: What was/is your greatest motivation to start your own business?

remove margins product page

Solved

remove margins product page

nerveconcepts
Excursionist
36 0 2

how can I remove this margin between each product photo?muestra 11.png

Accepted Solution (1)
Xipirons
Shopify Partner
136 25 33

This is an accepted solution.

.product__media-item.grid__item {
  margin-bottom: -10px!important;
}

Try this instead (with the point . at the beginning)

Was this helpful? Like or Accept solution - Buy me a coffee
- Contact me: Xipirons | WhatsApp
- Shopify Developer based in France, helping online merchants succeed

View solution in original post

Replies 4 (4)

Xipirons
Shopify Partner
136 25 33
product__media-item.grid__item {
  margin-bottom: -10px;
}

Was this helpful? Like or Accept solution - Buy me a coffee
- Contact me: Xipirons | WhatsApp
- Shopify Developer based in France, helping online merchants succeed

nerveconcepts
Excursionist
36 0 2

did not work

Xipirons
Shopify Partner
136 25 33

This is an accepted solution.

.product__media-item.grid__item {
  margin-bottom: -10px!important;
}

Try this instead (with the point . at the beginning)

Was this helpful? Like or Accept solution - Buy me a coffee
- Contact me: Xipirons | WhatsApp
- Shopify Developer based in France, helping online merchants succeed

nerveconcepts
Excursionist
36 0 2

it works!!!, thank you