Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi,
I am trying to reduce padding between visual composer rows and there still appears to be empty space between two rows. I have tried:
1) Marking padding, margins on columns and text section to be 0.
2) Setting row padding at bottom to be 0.
3) Setting the below row padding at top to 0.
I don’t seem to get it so that there is no space between them or be able to customize the padding to my taste.
Site is http://www.kosmenko.co/consulting. The section is first row with two columns of text and the row containing 4 images.
Thanks,
Ashish
Hello,
I can see from inspect element that there is a 90px padding in your row settings. Please add this code into your custom css box:
.wpb_row.standard_section {
margin-bottom: 0 !important;
}
Let us know if you need further help.
Best regards!
You must be logged in to reply to this topic.