Reply To: Dispensing with/Editing 'Front Page 2'

Homepage Community Forums Aspire Theme Support Dispensing with/Editing 'Front Page 2' Reply To: Dispensing with/Editing 'Front Page 2'

#18986
Wes
Moderator

    @marmoset It looks like there is some extra padding at the bottom of .front-page-1, but it appears to be coming from the Genesis Extender plugin you’re using –

    .front-page-1 .flexible-widgets {
        padding: 0 0 120px;
    }

    Did you add that in? If so, just remove the padding and it will remove the extra space right under the front-page-1 widget.

    Let me know if that helps.