Site-Footer Not Showing On Single Post-Pages Only

  • Unknown's avatar

    My site-footer is displaying all over my website; except on my single post-pages…
    When I check out the demo of theme; also a few blogs using it, I already see the site-footers there on their single post-pages…
    How can I fix this?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Ok, I’m not sure what is causing this, but first off modify the following

    .entry-footer {
        display: none;
    }
    .entry-footer-wrapper {
        display: none;
    }

    to look like this

    .hentry .entry-footer {
        display: none;
    }
    .single .site-main .post-navigation .nav-links {
        visibility: hidden;
    }

    and then add the following two rules at the bottom of your current CSS.

    .single .site-main .post-navigation {
        overflow: visible;
    }
    .single .entry-footer-wrapper {
        padding-top: 0;
        margin-top: -150px;
    }
  • Unknown's avatar

    I’ve added them all in the way you advised and I only adjusted 150px to 142px which is the default/same height with the site-footer height on the rest parts of my website…
    And now all clear about my site-footer on my single post-pages, too; again [I had to give up counting how many times] thanks to you, sir!
    I wish you a healthy & wealthy new year; happy with your beloved ones together in peace…
    As I told you on our first thread before: it is an honour; also a great pleasure for me to discuss threads here with you, sir…
    Thank you very much for everything…
    See you soon…
    Sincerely…

  • Unknown's avatar
  • The topic ‘Site-Footer Not Showing On Single Post-Pages Only’ is closed to new replies.