I am trying to change the padding of a text block to make it smaller but can’t find where or how to do it. The text block is inside a Column Element.
Can you advise please?
Thanks.
Hey Arrastia,
Which specific text block do you need help with?
Best regards,
Jordan Shannon
Hi,
Thanks for the clarification, add this to quick css:
main.template-page.content.av-content-full.alpha.units{
padding-top:0px!important;
padding-bottom:0px!important;
}
Best regards,
Jordan Shannon