Lock sub-footer

Posted in: Newspaper
Post count: 13

Hey Guys!

Is it possible to add css to have the sub footer fixed so it is always visible?

Thanks!

Post count: 6600

Hi,

Yes, use this css:

.td-sub-footer-wrap {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 3;
} 

Thanks

Post count: 13

Hey thx Lucian it worked but now the infinite scroll of my plugin called “essential grid” is not working anymore 🙁

Post count: 13

ok i found a solution 🙂 But i have another question:
Is it possible to make the sub footer a few pixels thinner?

Post count: 6600

Hi,

Yes, use this css:

.td-sub-footer-wrap {
height: 30px;
}

..or add height: 30px; to the custom css I have gave you before.

Thanks

Post count: 13

Thank you Lucian 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.