Hi guys,
When I set rows to “equal height” the custom CSS is gone and replaced with what looks like the default padding. Please see screenshot here. What I like to achieve is to have the rows have equal height in combination with my custom CSS (eg. less space between the colums)
Any ideas on how to fix this?
Best regards,
Steven
For those who’ve been struggling with this issue. This will reduce the padding:
/*Small margins between blocks with equal height*/
.av-flex-placeholder {width: 2%!important;}
Or:
/*Small margins between blocks with equal height on a specific page*/
.page-id-yournumber .av-flex-placeholder {width: 2%!important;}
Cheers,
Steven