I want the images on the product page to be next to the product description, like this.
This is what my product page looks like currently, with the images above the product description.
I want the images on the product page to be next to the product description, like this.
This is what my product page looks like currently, with the images above the product description.
thanks for post yes please add this code
@media only screen and (min-width: 1025px), (orientation: landscape) {
.product-content .product-gallery {
width: 100vw;
margin-left: 0;
}
.product-content .product-details {
max-width: 30.625vw;
margin: 0px auto;
padding-left: 0;
}
}
Please follow the steps: