Hi,
The material images on the product pages of website now show vertically on desktop view.
They previously showed side by side which i want. For some reason they switched to vertical on desktop and i want them back to side by side. See below for Screenshot and code. My website is www.liftchairheaven.com
Product Page showing material images vertical for desktop view
Code for the images
Light Gray
Saddle
Chocolate
Thanks,
Allen Reynolds
Moeed
May 20, 2024, 6:48am
2
Hey @Allen6224
Iām unable to locate this product page on your website, can you share a link of that product page?
Best Regards,
Moeed
Hi @Allen6224
You can update the code to this and check again.
**Light Gray**

**Saddle**

**Chocolate**

1 Like
Hi @Allen6224 ,
You can try this code by following these steps:
Step 1: Go to Shopify Admin ā Online Store ->Theme ā Edit code
Step 2: Search file base.css, theme.css or styles.css
Step 3: Insert the below code at the bottom of the file ā Save
div#gallery {
display: flex !important;
justify-content: space-between !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you
This is Noah from PageFly - Shopify Page Builder App
Hi @Allen6224 Please edit code like here. Thank you.
**Light Gray**

**Saddle**

**Chocolate**

Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly