Re: Product page photo next to each other

Solved

Product page photo next to each other

Nienke_pr
Tourist
23 0 2

Hi guys,

 

I would like to have the product pictures on the product page really close to each other as shown in the picture. Could anyone help me?IMG_0182.jpeg

Accepted Solution (1)
vinh0225
Shopify Partner
128 26 24

This is an accepted solution.

Okay, please open assets/base.css and find the following code:

@media screen and (min-width: 750px) {
    .grid {
        column-gap: var(--grid-desktop-horizontal-spacing);
        row-gap: var(--grid-desktop-vertical-spacing);
    }
}

And comment this line like this: /* column-gap: var(--grid-desktop-horizontal-spacing); */

Find the following in base.css:

.grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 0;
    list-style: none;
    column-gap: var(--grid-mobile-horizontal-spacing);
    row-gap: var(--grid-mobile-vertical-spacing);
}

And comment this line: /* column-gap: var(--grid-mobile-horizontal-spacing); */
That's it.

Was my response useful?  Click Like to let me know!
Was your query resolved? ✓ Mark it as a Resolved Solution
If you need custom Shopify changes, ️you can hire me.
Contact me at  ✉️ [email protected].

View solution in original post

Replies 9 (9)

vinh0225
Shopify Partner
128 26 24

Hi @Nienke_pr 

I can help you.

Was my response useful?  Click Like to let me know!
Was your query resolved? ✓ Mark it as a Resolved Solution
If you need custom Shopify changes, ️you can hire me.
Contact me at  ✉️ [email protected].
Nienke_pr
Tourist
23 0 2

Yes please

 

miyucollective.com

vinh0225
Shopify Partner
128 26 24

@Nienke_pr Do you want this?

vinh0225_0-1722259425140.png

 

Was my response useful?  Click Like to let me know!
Was your query resolved? ✓ Mark it as a Resolved Solution
If you need custom Shopify changes, ️you can hire me.
Contact me at  ✉️ [email protected].
Nienke_pr
Tourist
23 0 2

Yes actually 

vinh0225
Shopify Partner
128 26 24

This is an accepted solution.

Okay, please open assets/base.css and find the following code:

@media screen and (min-width: 750px) {
    .grid {
        column-gap: var(--grid-desktop-horizontal-spacing);
        row-gap: var(--grid-desktop-vertical-spacing);
    }
}

And comment this line like this: /* column-gap: var(--grid-desktop-horizontal-spacing); */

Find the following in base.css:

.grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 0;
    list-style: none;
    column-gap: var(--grid-mobile-horizontal-spacing);
    row-gap: var(--grid-mobile-vertical-spacing);
}

And comment this line: /* column-gap: var(--grid-mobile-horizontal-spacing); */
That's it.

Was my response useful?  Click Like to let me know!
Was your query resolved? ✓ Mark it as a Resolved Solution
If you need custom Shopify changes, ️you can hire me.
Contact me at  ✉️ [email protected].
Nienke_pr
Tourist
23 0 2

thank you so much. Is it also possible to remove the white lines next to the product as shown in the picture IMG_3825.jpegIMG_3823.jpeg

vinh0225
Shopify Partner
128 26 24

Please find this code in base.css.

@media screen and (min-width: 990px) {
    .grid--4-col-desktop .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
        max-width: calc(25% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
    }
}

And comment this line: /* max-width: calc(25% - var(--grid-desktop-horizontal-spacing)* 3 / 4); */

Was my response useful?  Click Like to let me know!
Was your query resolved? ✓ Mark it as a Resolved Solution
If you need custom Shopify changes, ️you can hire me.
Contact me at  ✉️ [email protected].

Dan-From-Ryviu
Shopify Partner
9565 1923 1960

Hi @Nienke_pr 

Could you share your store URL? 

- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Nienke_pr
Tourist
23 0 2

Yes ofcourse 

 

miyucollective.com