Stretch Product Grid Images on Product Page (Broadcast Theme)

Hello!

I was trying to stretch the grid images on my product page to make it look like this: Nura Choker – SAINT ÉTÉ
(this website also uses Broadcast theme)

I wanted to images to cover like 2/3 of the page and the product form 1/3 on the right side.

Can someoone help me with that? Thanks a lot in advance!

My URL: https://vivanora.de/products/basic-chain-halskette
Password: janonora

Hi @marceloldenburg,

Please go to Customize > Theme settings > Custom CSS and add code:

@media only screen and (min-width: 750px) {
    .product__wrapper--stretch .product__page {
        grid-template-columns: 2fr 1fr !important;
    }
}
1 Like

You’re the best! Thanks so much

1 Like

Hi @marceloldenburg,

It’s my pleasure
If I managed to help you then a Like would be truly appreciated.