Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Sticky Footer and Fullwidth Header

Home / Forums / Virtue Theme / Sticky Footer and Fullwidth Header

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
September 4, 2015 at 5:21 pm

Hello,

1. I tried to fix the footer on the bottom of the page with following code, but the footer now is scrolling with the page.
2. I need a fullwith header, while the content container is 900px wide.
Can you please help me

Thank you
Link:

Code I used for the “sticky footer”

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

  • The forum ‘Virtue Theme’ is closed to new topics and replies.