pregliasco
Hi,
Try to take a backup of your site and follow this tweak:
- Go to file: root/templates/purity_iii/less/style.less
- At the end of this file, remove/comment this code:
@media screen and (-webkit-min-device-pixel-ratio:0 ) {
.col-lg-3 {
width: 24.9%;
}
.col-sm-6,
.col-xs-6 {
width: 49.8%;
}
.col-xs-12 {
width: 100%;
}
}
Then, if your site is running with Development mode, just refresh your site to see change. In case, the development mode is off, you will need to compile less to css (in template manager). Remember to backup all css files as when compiling less to css, they will be overwritten.
Regards