Forums
Home / Theme: Vogue / how to make footer sticky to bottom of the pages?
(@200-1)
5 years, 10 months ago
how to make footer sticky to bottom?
(@anonymized-16453565)
hey, @200-1
To do that, go to Appearance → Customize → Additional CSS and enter the following code:
footer { position: sticky; bottom: 0; left: 0; right: 0; background-color: #fff; }
Thanx.