I created a simple 1/2 column and put a text block element inside it.
and pasted some bullet points and it add’s so much unneeded space
help please….
http://www.verspeeten.com/VCTest/company-drivers/
Hey bodydesignfitness!
It’s because of this.
.av_textblock_section .avia_textblock {
padding: 5%;
}
Which you have in your custom CSS. If your not sure where you added it then add this in Dashboard > Enfold > General Settings > Quick CSS to overwrite it.
.av_textblock_section .avia_textblock {
padding: 0px !important;
}
Best regards,
Elliott