Hello, there is so much blank space on the top part of these boxes, how do I remove this, thank you!
Hello @timelessracing
Go to Online Store, then Theme, and select Edit Code.
Search for assets/app.css Add the provided code at the end of the file.
.gallery__item-content.content-bottom-left {
align-items: baseline!important;
}
.gallery__item figure {
padding-bottom: 75%!important;
}
Output :-

