• Resolved jstan

    (@jstan)


    my footer won’t stay at the bottom on several pages. absolute positioning isn’t working. any suggestions?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Could you link a page with the issue?

    Thread Starter jstan

    (@jstan)

    Yes, it’s dev.fuzehealth.com
    it stays on the main page because there is content but i can’t figure out the other 2 pages where i haven’t added content. absolute positioning works on these 2 pages but not on the main page..the footer ends up in the middle of the page.

    It floats up because there’s no content. To achieve this, your css should be this on the st-copyright-wrapper container:

    #st-copyright-wrapper {
    position: absolute;
    width:100%;
    bottom: 0;
    }

    Follow-Up: I just realized you mentioned you did this but the front page it floats up part way. I’m curious what all those “panel-grid” containers are, is this a plugin for inline columns? I am wondering if it’s conflicting with the addon of the absolute positioning of the copyright container. Disable the plugin if it is one, and see what happens.

    Thread Starter jstan

    (@jstan)

    thanks.
    the panel grids are part of the page builder plugin.
    i just deactivated it and it didn’t solve the problem. i’ll keep trying.

    Sorry about that… not sure what to suggest. It appears it’s related only to the front page though which is odd.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘footer to stay at bottom?’ is closed to new replies.