Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2551

[3.3.x] Styles Support & Discussion • Re: footer always at bottom

$
0
0
So this should do it for prosilver?

Code:

body {display: flex;flex-direction: column;}#page-header, #page-footer {flex: none;}#page-body {flex: 1 0 auto;}
Am I missing something?
That doesnt do it.



EDIT!

This one is close to perfect for prosilver

Code:

#wrap {  display: flex;  flex-direction: column;  min-height: 94svh;}#page-body {  flex: 1;}

Statistics: Posted by Stoker 4.0 — Fri May 02, 2025 7:29 pm



Viewing all articles
Browse latest Browse all 2551

Trending Articles