How to change Product thumbnail position?

Hi everyone. I have a question about product page. How to change Product thumbnail position to left?

Hello @sebkulbacki

Please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.

Store URL: https://storebabyangel.com/

Can you reply?

Hello @sebkulbacki

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
width: calc(25% - .8rem) !important;
}

Hii @sebkulbacki

Please check above the code. let me know if any queries.

It doesn’t work but thank you for trying to help me :slightly_smiling_face: