How can I make the mobile image smaller?
First image is way too large for the mobile, second is an example image of how I would like it to look. A little smaller and maybe more square so you dont have to scroll down so much to see products.
Hi @abrueckner , can you share your store url?
@abrueckner , go to theme.css and add the following code :
.brick__block__content {
height: 40vh !important;
}
Thank you!