PenciDesign Supporter replied
Hi,
Just modify the code I've sent:
@media only screen and (max-width: 767px) {
#penci-vc_row-wapper__33053974 .vc_row {
margin-left: -5px;
margin-right: -5px;
}
#penci-vc_row-wapper__33053974 .vc_row > .wpb_column {
width: 50%;
padding-right: 5px;
padding-left: 5px;
float: left;
}
}Change #penci-vc_row-wapper__33053974 with the custom CSS class you've added on the WPBakery Page Builder.
Regards,
PenciDesign.