Okay
  Public Ticket #2512172
page formatting
Closed

Comments

  •  1
    felixdodd started the conversation

    I've created a landing page and switched off header and footer, but cannot get rid of white bar at bottom. I am using a full-screen nectar slider. If you have a solution that would be great!

    ThanksĀ 

    Felix

  •  2,965
    Andrew replied

    Hi Felix,

    Add the following custom css in Salient > General settings > CSS/Script related:

    body[data-bg-header="true"] .container-wrap, body.single-portfolio .container-wrap, body.page-template-template-portfolio-php .container-wrap, body.tax-project-type .container-wrap {
        padding-bottom: 0;
    }
    

    Hope this helps.