Okay
  Public Ticket #529489
Portfolio overlapping footer
Closed

Comments

  •  2
    Dietmar started the conversation

    Hello.

    The last portfolio row is overlapping the footer when using footer reveal effect AND Horizontal Filter at the same time (see overlapping.jpg). All sites with no horizantal filter are ok (see No overlapping.jpg).

    Do you have a solution that works only for the site safariphotography.eu/galerie-botswana/ ?

    Thank you in advance.

  •  9,030
    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 .row > .wpb_row:last-child {
        margin-bottom: 40px !important;
    }

    Thanks



    ThemeNectar Support Team 

  •  2
    Dietmar replied

    Hi Tahir.

    Your CSS is working fine... but it is working for all pages.

    I have the overlapping only on one page (page-id=4652) because i am using the horizontal filter bar on this page.

    Do you have a solution that works only for the problematic page (id-4652)?

    Tank you.


  •  9,030
    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) :
    body[data-footer-reveal=\"1\"].page-id-4652 .container-wrap .row > .wpb_row:last-child {
        margin-bottom: 40px !important;
    }
    


    ThemeNectar Support Team 

  •  2
    Dietmar replied

    ... works perfect.

    Thank you.