Hello, I need to customize how some of my products look in the collection showcases, specifically the horizontal artpieces. I need the product image itself to be centered, and the text with the name + price to be at the same level as the other products. Below I have attached an image.
I would also like the products to be showcased on full screen width when viewing on desktop.
( ^ This is how it looks now, i want the top left piece (horizontal) to be lowered so its centered, and the product name + price lowered to the same level as other product names)
@media only screen and (min-width: 1024px) {
.collection-grid {
width: 90%;
max-width: 1600px;
margin: 0 auto;
}
}
This will center images, align the name and price, and widen the showcase on desktop.
Got it! If you found my suggestions helpful, please consider liking or marking it as a solution.
Your feedback is appreciated! If you have any more questions or need further assistance, just let me know.