Hello Paul,
thx but that didn't bring any improvement. I entered it into custom css and updated the page. I also tested different browsers.
I expanded it and now it looks better. thx
@media screen (max-width: 767px) {
.sppb-col-xs-4 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;}
}
.sppb-col-sm-4 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;}
}
.sppb-col-md-4 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;}
}
.sppb-col-lg-4 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;}
}