Is it possible to reduce the height of the Flipbox? (Or reduce the whitespace above and below it?).
Hey ontariotraining,
Thank you for the inquiry.
You can adjust the padding around the Flipbox element to reduce its height. Please add this css code.
.avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-front .avia-icongrid-inner, .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-flipback .avia-icongrid-inner {
padding: 10px;
}
Best regards,
Ismael