Deprecated: Funkcja get_currentuserinfo jest przestarzała od wersji 4.5.0! Zamiast jej proszę użyć wp_get_current_user(). in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Stopping footer "float"?

New Front PL Support Forums Kabuki Theme Support Stopping footer "float"? Reply To: Stopping footer "float"?

#11121
mmsatori
Keymaster

Hey Ian,

you can use

#footer {
margin-top: 0px;
position: fixed;
bottom: 0px;
}

to force it to stick to the bottom on all pages, yet the catch here is that the „bottom” will be defined as the bottom of the browser window – i.e. if the page’s content exceeds the window height, the footer will overlap it. Without resorting to hacky solutions, it’s possible to either tell the footer to consider the bottom of the screen as its starting point, or the bottom of content, not both. This is why there’s no content block on the „Page with Background Slider” page template.

Sincerely,
Andrii / Satori Studio