Help with proportions on my product page

Hi,

Below I’ve added a screenshot of what my product page looks like on desktop I’d like it to be smaller and centred if someone can help

Also on mobile view my thumbnails have an issue where the next image bleeds into the thumbnail:

link is: TERRACE JACKET in leather – BLERRIOT

2 Likes

@rene94 please add this css to the very end of your base.css file and check, should look like the screenshot below

shopify admin->online store->themes->edit theme code->assets->base.css

@media screen and (min-width: 990px){
.product {align-items: center;}

.product__info-wrapper { max-width: 45%; width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);}
}