We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Align Product Image Thumbnails To Left Of Main Image

Solved

Align Product Image Thumbnails To Left Of Main Image

Alliance
Trailblazer
550 8 35

Hey guys,

 

I want to change the position for Thumbnail-images on the Product Page to the left side. Ideally looking to implement this in desktop and mobile view.

 

Bildschirmfoto 2022-02-19 um 12.16.20.png

 Thank you

allianceautoproducts.com

Accepted Solutions (2)
BSS-Commerce
Shopify Partner
3478 465 561

This is an accepted solution.

Hi @Alliance 

We fixed it, please check and let us know if you need further help.

view (97).png

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


Product Labels by BSS | B2B Solution & Custom Pricing


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

EBOOST
Shopify Partner
1409 352 438

This is an accepted solution.

Hi @Alliance 

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code
3. Assets/theme.css
4. Add code below to bottom of file

@media(min-width: 750px){
  .template-product  .product-single__photos {
    display: flex;
    flex-flow: row-reverse;
  }
  .template-product  .product-single__photos .outer-photo {
    flex: 0 0 80%;
  }
  .template-product  .product-single__photos .thumbnails-wrapper {
    flex: 0 0 20%;
  }
  .template-product  .product-single__photos .thumbnails-wrapper .product-single__thumbnails {
    margin-top: 0;
  }
  .template-product  .product-single__photos .thumbnails-wrapper .product-single__thumbnails-item {
    width: 100%;
  }
}
- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips

View solution in original post

Replies 19 (19)

BSS-Commerce
Shopify Partner
3478 465 561

Hi @Alliance 

 

We see that you're using a Debut theme. So please go to Online store > Themes > Edit code. In "theme.css", please scroll down to the bottom and add this code:

@media only screen and (min-width: 750px) {
.product-single__media-wrapper {
    width: 80%;
    float: right;
}
.thumbnails-wrapper.thumbnails-slider--active {
    float: left;
    width: 15%;
}
.product-single__thumbnails-item {
    flex: 0 0 51% !important;
}
}

I hope that it will work for you

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


Product Labels by BSS | B2B Solution & Custom Pricing


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Alliance
Trailblazer
550 8 35

Hi,

It didn't work out. If did with you, please share screen shot.

 

BSS-Commerce
Shopify Partner
3478 465 561

Hi @Alliance 

Please go to Online store > Themes > Edit code. In "theme.css", please scroll down to the bottom, remove the code from the last comment and add this code/:

@media only screen and (min-width: 750px) {
.product-single__thumbnails {
  width: 20%!important;
  margin-top: 5px!important;
}
.product-single__photo-wrapper {
  width: 80%;
  float: right;
}
.thumbnails-wrapper {
  position: fixed;
}
}

Here is the result:

view (71).png

I hope that it will work for you.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


Product Labels by BSS | B2B Solution & Custom Pricing


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Alliance
Trailblazer
550 8 35

Hi,

Thank you. Here what it shows on desktop from my end. 

 

Screenshot 2023-01-06 195943.jpg

BSS-Commerce
Shopify Partner
3478 465 561

Hi @Alliance 

 

I tried our code outside the front end and it works (in the screenshot I shared).

 

If you have added the code and still have an error, it is likely that you have added it in the wrong place or it had a few small errors. It's a bit hard for us as to check and fix it, we will need access to your store.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


Product Labels by BSS | B2B Solution & Custom Pricing


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Alliance
Trailblazer
550 8 35

Access already granted 

Alliance
Trailblazer
550 8 35

Please send request

BSS-Commerce
Shopify Partner
3478 465 561

Hi @Alliance,

I have just sent you a collaborator request to Shopify Admin => Settings => Users and Permissions => Collaborators => BSS Commerce to have access and check your settings. Then, we can help you fix the problem.

 

After accepting the request, please kindly keep me updated. Thanks so much in advance!I

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


Product Labels by BSS | B2B Solution & Custom Pricing


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Alliance
Trailblazer
550 8 35

Access granted 

BSS-Commerce
Shopify Partner
3478 465 561

This is an accepted solution.

Hi @Alliance 

We fixed it, please check and let us know if you need further help.

view (97).png

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


Product Labels by BSS | B2B Solution & Custom Pricing


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Alliance
Trailblazer
550 8 35

I need the CTA buttons back. 

BSS-Commerce
Shopify Partner
3478 465 561

Hi @Alliance 

 

Can you kindly provide us with detailed information about the CTA button you mentioned (screenshots)? 

 

Or if adding code has an error displaying CTA, please specify where the error is (with image). Currently, we checked the code, and there is still no error.

 

After having more information from you, we will check it and give you a solution.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


Product Labels by BSS | B2B Solution & Custom Pricing


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Alliance
Trailblazer
550 8 35

Hi,

 

It was fixed by one of the community team.

Thank you for the follow up. 

Alliance
Trailblazer
550 8 35

Hi again,

I started adding thumbnail images, but its coming very small again. 

 

Alliance_0-1673530074042.png

 

BSS-Commerce
Shopify Partner
3478 465 561

Hi @Alliance 

We checked and saw that this problem would likely take time to read the code and fix the CSS. We suggest you find Shopify experts who can help you do it. If you need help from our expert, kindly share your request with us via Shopify experts https://experts.shopify.com/bss-commerce/services.

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


Product Labels by BSS | B2B Solution & Custom Pricing


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Alliance
Trailblazer
550 8 35

Hi,

Code provided by you. However, I am going to deactivate it. Thank you

EBOOST
Shopify Partner
1409 352 438

This is an accepted solution.

Hi @Alliance 

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code
3. Assets/theme.css
4. Add code below to bottom of file

@media(min-width: 750px){
  .template-product  .product-single__photos {
    display: flex;
    flex-flow: row-reverse;
  }
  .template-product  .product-single__photos .outer-photo {
    flex: 0 0 80%;
  }
  .template-product  .product-single__photos .thumbnails-wrapper {
    flex: 0 0 20%;
  }
  .template-product  .product-single__photos .thumbnails-wrapper .product-single__thumbnails {
    margin-top: 0;
  }
  .template-product  .product-single__photos .thumbnails-wrapper .product-single__thumbnails-item {
    width: 100%;
  }
}
- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
Alliance
Trailblazer
550 8 35

Thank you. You are simply the best. Clean codes.

MRamzan
Shopify Partner
533 3 46

Display thumbnail images in the left side:

 

Hire Me:

WhatsApp: +91-9145985880
Email: mohdramzaan112@gmail.com
Skype: mohdramzaan112