After switching some code for my mobile layout, suddenly all product pages look like this.
Normally, this information (inserted below) is to the right of the photo on desktop.
How can we get this back to being on the right hand side? Thanks!!
After switching some code for my mobile layout, suddenly all product pages look like this.
Normally, this information (inserted below) is to the right of the photo on desktop.
How can we get this back to being on the right hand side? Thanks!!
Hi @hutch_design ,
Try this one.
.product-photos.carousel-container.desktop-7.tablet-3.mobile-3 {
width: 50%;
}
Result:
I hope it help.