No, because I found the following custom CSS
.five-columns.vc_row .vc_col-sm-2 {
float: left;
width: 18.8%;
padding: 0;
margin-right: 1.5%;
min-height: 0;
}
I’m not sure whether it was added by you or generated by a plugin. It only defines the desktop version, that’s why I posted the mobile version of the stylesheet
@media(max-width:767){
.five-columns.vc_row .vc_col-sm-2{
width:95%;
margin:auto;
float:none;
}
}