Okay
  Public Ticket #2997018
Space above Call to Action
Closed

Comments

  •  2
    avelawnetadmin started the conversation

    Hi.  I cannot seem to locate what is causing the white space at the bottom of my pages above the "Call to Action" section at the bottom of pages.  Can you help?

  •  2,958
    Andrew replied

    Hello there,

    Your main container seems to be having a margin bottom. This CSS might remove this.

    body[data-footer-reveal="1"][data-footer-reveal-shadow="small"] .container-wrap {
        margin-bottom: unset !important;
    }
    

    Thanks,

  •  2
    avelawnetadmin replied

    Well, lookie you.  Great job. Thanks!