Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #378469

    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….

    Help me
    http://www.verspeeten.com/VCTest/company-drivers/

    #378983

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.