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

Footer at bottom of screen on small lenght pages

Home / Forums / Pinnacle Theme / Footer at bottom of screen on small lenght pages

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
July 24, 2015 at 1:31 pm

Hi, I am using Pinnacle 1.3.8 with a child theme.
The question of footer at the bottom has been asked before, I tried the proposed solution but it does not work for me.
I will have a few pages with minimal content; the problem is that the footer then appears at mid-page!
I do not want the footer to be sticky at the bottom of every page. When there is not enough content on a given page, I would like the footer to appear at the bottom of the page, not mid-page, like if the theme was filling the space between my content and the footer with blank material. I do not know if this is feasible…
Here is the code I tried but the footer becomes sticky on every page:
.footercredits {
padding-top: 0px; }


@media
(min-width: 992px) {

html, body {
height: 100%; }

html body.wide #wrapper.container {
min-height: 100%;
position: relative;
padding-bottom: 68px !important; }

#containerfooter {
position: absolute;
bottom: 0;
left: 0;
width: 100%; }
}

Thanks!

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