Hello, I’m using following style to remove Right & Left padding of nested columns on VC rows. So do you have any practice about it and is it okay?
.vc_row-fluid .vc_row.vc_inner { max-width: 100%; margin-left: 0px; margin-right: 0px; } .vc_row-fluid .vc_row.vc_inner div:first-child { padding-left: 0; } .vc_row-fluid .vc_row.vc_inner div:last-child { padding-right: 0; }