How do i vertically align my products on my product page and them having the same hight en width

i want those two product pictures verticallt under each other and them to have the same witdh and height

This is Noah from PageFly - Shopify Page Builder App

I can help you. Please can you provide the website url. Thank you.

Best regards,

Noah | PageFly

Hi @ThijmenKnip ,

Just follow the instructions below.

  1. Go to your Admin page > Online store > Themes > Actions > Edit code.

  2. Open the base.css file under Asset folder and paste the code below.

@media screen and (min-width: 750px) {
.product__media-item.grid__item {
width: 100% !important;
max-width: 100% !important;
}
}

Keep the Desktop layout as stacked from Customizer

Hope to have helped you,

Do like the post if it worked for you,
And Mark it as a Solution to close the Query

BR

Dawood Mirza