Okay
  Public Ticket #803391
gap above footer
Closed

Comments

  •  30
    damien started the conversation

    Hi,

    Theres a small gap that I cant get rid of above every single footer on every page. Ive tried setting padding to 0 on all modules but the gap is still there.

    I have tried using the following code but it doesnt work...any ideas or pointers?

    /*remove gap above footer */
    .container-wrap {
      padding-bottom: 0!important;
    }


    thanks
    Damien


  •  8,994
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    body[data-bg-header="true"] .container-wrap {
        padding-bottom: 0px !important;
    }
    

    Also there is empty Full Width row on the page that is causing an additional space.
    Best.


    ThemeNectar Support Team