When I look at my website in full screen on a laptop the product page is not formatted right. Can you please help me?
can you please try this code
- Go to Online Store->Theme->Edit code
- Asset->/section-main-product.css ->paste below code at the bottom of the file.
@media screen and (min-width: 990px) {
.product--large:not(.product--no-media) .product__info-wrapper, .product--large:not(.product--no-media) .product__media-wrapper {
max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}
}
It worked thank you!
its my pleasure to help us
