• Resolved Aaron

    (@aat0081)


    I do not wish to use the footer widget section…. when I remove all widgets it leaves the space where the widgets would go. How would I remove this please?

Viewing 6 replies - 1 through 6 (of 6 total)
  • You can hide the entire footer with this CSS:

    footer#containerfooter {
        display: none;
    }

    Just copy from this forum and paste into Theme Options> Custom CSS, and you should be set.

    -Kevin

    Thread Starter Aaron

    (@aat0081)

    That gets rid of the entire footer… not JUST the footer widget space.

    If I wanted to remove entire footer wouldn’t have posted here as that is an easy thing to do…..

    Please post a link to your site with all support requests so that I can see your current configuration.

    -Kevin

    Thread Starter Aaron

    (@aat0081)

    /edit

    Well, due to the different possible footer configurations in the theme, it’s much easier and faster for you to post a link. That way the CSS will surely be correct.

    Let me know if you end up needing any further assistance.

    good luck,
    -Kevin

    I think you might just be wanting to remove the top padding on the footer area. If that’s the case then I believe this css would work for you.

    .footerclass {
        padding-top: 0;
    }

    Ben

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Footer Widget Space’ is closed to new replies.