• Hey all,

    Quick question about my blog.

    I’m running the Ribbon theme and there’s a grey space below my navy footer that I’d love to get rid of but don’t know how.

    Can anyone advise?

    Thanks in advance!
    Joe

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there,

    That smiley face is the reason, it pushes down the site and it’s needed for your WP stats that you’re collecting. This CSS should help:

    img#wpstats {
    position: absolute;
    margin-top: -90px;
    }

    This will take it out of it’s natural order and then reposition it on the site slightly whilst removing the extra space you see.

    Hope this helps. ??

    Thread Starter joereadpk

    (@joereadpk)

    Wow, resolved my issue almost instantly!

    Thank you for your help!

    Awesome, thanks for letting me know ??

    Have a great day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme: Ribbon’ is closed to new replies.