Home › Forums › Basel support forum › Full Width product image › Reply To: Full Width product image
February 8, 2020 at 9:25 pm
#172305
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (min-width: 768px){
.col-sm-8.product-images {
width:100%;
}
}
Best Regards