Okay
  Public Ticket #152480
Can't remove white space
Closed

Comments

  •  1
    Dennis started the conversation
    On all of my pages (except one) I have a white space across the screen between the bottom of the content and the top of the footer. It looks like it is only 10-20 pixels tall, but I can't get rid of it. I don't see it in my visual editor, and I don't know if it might be something in the footer. Any ideas? http://wp.christianlife.org/god-stories/
  •  1,043
    ThemeNectar replied

    Hey Dennis!

    Add this into the Custom CSS box located in your Salient Options panel:

    body .container-wrap {
      padding-bottom: 0px!Important;
    }

    Cheers :)

  •  1
    Dennis replied

    Perfect. Thanks!