Home › Forums › WoodMart support forum › Change breakpoints? › Reply To: Change breakpoints?
November 26, 2017 at 10:01 am
#25534
Artem Temos
Keymaster
Hello,
We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.
Try to add the following code snippet to the Custom CSS area or tablet devices in Theme Settings to fix this issue.
div.product-image-summary-inner>.col-sm-4 {
-ms-flex-preferred-size: 34%;
flex-basis: 34%;
max-width: 34%;
width: 34%;
}
div.product-image-summary-inner>.col-sm-8 {
-ms-flex-preferred-size: 66%;
flex-basis: 66%;
max-width: 66%;
width: 66%;
}
Kind Regards
Xtemos