Hi, The Footer is overlapping my testimonials on mobile homepage. How do I resolve this issue?
Hey khrntanya,
Thank you for the inquiry.
It’s the same issue as you have here: https://kriesi.at/support/topic/several-ninjaforms-in-grid-being-cut-off-by-footer/
The following css limits the height of the Grid Row cells:
.responsive #top #wrap_all .av-flex-cells .avia-builder-el-last.no_margin {
height: 500px !important;
}
Please remove the css code or adjust it appropriately.
Best regards,
Ismael
Thank you!