Okay
  Public Ticket #519783
Footer Reveal Effect
Closed

Comments

  • jonas started the conversation

    when enabled and a portfolio column is at the bottom of the page (so right before the footer) the last portfolio row crashes into the footer

  •  8,990
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   jonas replied privately
  •  8,990
    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-footer-reveal=\"1\"] .container-wrap {
        padding-bottom: 40px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •   jonas replied privately
  •  8,990
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .wpb_row > .span_12 > .column_container:last-child {
        margin-bottom: 40px!important;
    
    
    }

    Thanks


    ThemeNectar Support Team