Hi, I have several Give Wp and Ninjaforms forms being cut off in my footer on mobile. The code is located in a grid row. I have included the pages in the private area.
Hey khrntanya,
Thank you for the inquiry.
Did you add this css code?
.responsive #top #wrap_all .av-flex-cells .avia-builder-el-last.no_margin {
height: 500px !important;
}
This limit the cell height to 500px, cutting off taller content or elements.
Best regards,
Ismael
Yes, this was added to other sections because some of the grid areas with background photos were not showing up. I do see that code conflicts with those sections. i will just put in the spacing elements. Thank you.
Hi,
Thank you for the update.
You can also apply Custom CSS Class names to the sections where you need to implement this modification. This should allow you to target them specifically without affecting other elements of the same type. Please refer to the documentation below for more information:
Best regards,
Ismael