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.
Solved! Go to the solution
Please share the URL if possible
As i understand you need like this https://prnt.sc/vruwbh
This is an accepted solution.
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)
User | Count |
---|---|
23 | |
23 | |
13 | |
13 | |
11 |