Hi everyone, Someone can help me to insert code in theme.ccs to reduce the pading of the title product and the image product in the collection page?
Thank you in advance.
Hi everyone, Someone can help me to insert code in theme.ccs to reduce the pading of the title product and the image product in the collection page?
Thank you in advance.
Please share the URL if possible
Of course: https://www.hammerhojdesign.es/collections/esencia
Thank you
As i understand you need like this https://prnt.sc/vruwbh
Yes, exactly like that. If you help me I will be very thankful.
Hi ! Bonjour, comment ça va ?
You need CSS code. A sample example :
.grid-product__meta {
position: relative;
display: block;
padding: 13px 0;
margin-top: -35px;
}
Put in theme.liquid(see doc)
Thank you so much!