Align product preview photos with main picture in Debut

Hey all!

I have a little visual problem with my store, www.gem-mint-tcg.de. I am using the Debut theme.

Somehow the two preview pictures arent aligned to the middle of the main photo above, screenshot below. If I add 4 instead of 2 pictures, It seems alright, but it doesnt change positions once you delete some of them. Any help would be greatly appreciated.

Thanks!

@Gem_Mint_TCG add this css to theme.css

.product-single__thumbnails {
justify-content: center;
}

2 Likes

Wow, awesome! Worked right away, thanks for your super fast response and have a good week!

1 Like

Hello Kazi,

thanks again for your instant help to my problem. One more thing: is there a similar solution to center the price tag from sale items? Unfortunely they are aligned left.

Thanks in advance!

Ioannis

Hi can you send me screenshot?

Yes, sent you a screenshot per message! Thank you!

add this css

.price–on-sale .price__sale {
justify-content: center;
}

Perfect! Thank you so much, you really helped me a lot!