removing padding from columns in wordpress
removing padding from columns in wordpress
Hi I want to remove padding from padding from columns in wordpress.
http://codesigners.co.uk/nuala/restaurant/
looking at the code:
.vc_column_container>.vc_column-inner {
box-sizing: border-box;
padding-left: 15px; <<<tied making this 0px
padding-right: 15px; <<<tied making this 0px
width: 100%;
}
also have tried editing the js_composer.min.css file.
Any ideas?
1 Answer
1
Change settings of visual composer row :
Row Settings > Row Stretch > Stretch row and content (no padding)
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.