How to center product image with thumbnails on both side carousel mode on mobile display Dawn Theme

How to center product image with thumbnails on both side carousel mode on mobile display Dawn Theme

cococat
Tourist
6 0 0

Hi all,

 

I want my product page image to split into 3 grids with 10% 80% 10% grid ratio, with 80% is my display image and two other 10% are my thumbnails. Below is an example of end result

380554984_368334865764950_5268146679978191552_n.jpg

 

My product page image is currently looking like this.

mywebsite.jpg

And here is the code that i added to my base.css file.

 

@media screen and (max-width: 749px) {
.product__media-item {
margin: 0 !important;
width: calc(80% - var(--grid-mobile-horizontal-spacing) * 3 / 4) !important;
padding-left: 0 !important;
padding-right: 0 !important;
padding-top: 0 !important;
}
}

 

Thank you in advance for your help! 

Replies 3 (3)

topnewyork
Astronaut
955 130 162

Hi @cococat 

Would you mind to share your store URL website, with password if its protected? Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
cococat
Tourist
6 0 0

Hi @topnewyork ,

 

my store url is: https://www.amandacharming.com.au/ 

pw is: cococat

 

Thank you!

cococat
Tourist
6 0 0

Hi @topnewyork , just want to follow up to see if you have any update solution for this? Thank you!