Singl Theme — Permanently Showing Footer

  • Unknown's avatar

    How can I make the footer in the Singl Theme permanently expanded? I want it to always show at the bottom of the page, so users won’t have to click to show it.

    I LOVE this theme. It was really exactly what I was looking for. I have been through a BUNCH of themes, but this is one that I’ll be sticking with. It’s timeless and really wonderful.

    my blog (one of them, anyway) :: http://www.thestrangefarplaces.com

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

  • Unknown's avatar

    Hi,

    Since you own the Custom Design upgrade, you can use this custom CSS to always show the footer area:

    #widgets-wrapper {
    	display: block;
    }

    Additionally, since the button to hide/show the footer area is not needed anymore, you can hide it with this:

    .trigger-wrapper {
    	display: none;
    }
  • The topic ‘Singl Theme — Permanently Showing Footer’ is closed to new replies.