Archived topic
Remove empty space when there is no category image
1 reply · Started by Kevin on May 26, 2022
Hello.
Can you please let me know if large empty space that is left by not having category thumbnail can be made small?
In example, you can see large space below coffee and above Gift Card.
Thank you.
Hi Kevin,
This is what I see from my end: https://share.getcloudapp.com/mXuxZex5
Are you referring to reducing the gap?
If so, here is a CSS you may try adding in Appearance > Customize > Additional CSS:
.inside-article .wc-columns-container .products {
grid-gap: 10px 50px;
}
Kindly replace 10px with your preferred value.
If you’re referring to something else, kindly let us know.