Hello,
I'm using Brooklyn them and would like to reduce the space between the image and the title. As you can see from the screenshot, the title is midway between the two image but I want it closer to image on the top.
Screenshot 1
Along the same lines, when in mobile mode it seems this problem is exaggerated for wider images. See below: the title 'Panama backpack' is too far below the image.
Screenshot 2
Could someone help me with reducing the space in both of these cases?
Solved! Go to the solution
This is an accepted solution.
Add the following to your theme.scss file:
a.grid-product__meta {
margin-top: -25px;
margin-bottom: 30px;
}
Will solve both issues mentioned above.
Let me know!
User | Count |
---|---|
25 | |
22 | |
22 | |
19 | |
12 |