Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1437588

    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.

    #1437666

    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

    #1437711

    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.

    #1437733

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.