Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13554

hannah on "[Theme: Virtue] Footer in middle on desktop"

$
0
0

Hey, try adding this to your custom css box in theme options > advanced settings:

@media (min-width: 992px) {
html, body {
height: 100%;
}
html body.wide #wrapper.container {
min-height: 100%;
position: relative;
padding-bottom: 88px !important;
}
#containerfooter {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
}

Hannah


Viewing all articles
Browse latest Browse all 13554

Trending Articles