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
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 |
---|---|
28 | |
18 | |
17 | |
16 | |
10 |