Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1298155
    MakkBlakk
    Participant

    Hi
    I am having an issue keeping the footer anchored to the bottom of the page. Please see attached screen shot

    Also the content would need to automatically center

    Thanks

    Regards

    Mark

    #1298160
    MakkBlakk
    Participant
    This reply has been marked as private.
    #1298253
    Rahul
    Moderator

    Hi There,

    Thank you for contacting us 🙂

    This page’s footer seems to be fine for me. See attached.

    Please confirm if the issue is fixed, if not please confirm the aspect ratio of the screen.

    Thank you in advance.

    #1298426
    MakkBlakk
    Participant

    First thing is the image you have sent has not fully loaded (I don’t know if that makes a difference or not)

    I am using an iMac with a screen res of 1920 x 1080

    Surely this should resize and work on all displays?

    #1298508
    Jade
    Moderator

    Hi there,

    Please try to add this code in the customizer:

    .x-container.max.width.offset {
        min-height: 454px;
    }

    Hope this helps.

    #1298526
    MakkBlakk
    Participant

    Hi
    This solved the footer issue except that the white area is now not centreed vertically…
    can this be forced to centre?

    #1298626
    Jade
    Moderator

    Hi there,

    I have checked the page and you seem to have changed the page settings which correctly the content height.

    #1298708
    MakkBlakk
    Participant

    We are constantly working on the site

    I will leave this thread where it is for now. The only time we will have an issue is when the content reduces the size of the container. My feeling is that this may not now be the case.

    However, if you want to look at and resolve the issue I can reduce the content so that we can see this issue again.

    Let me know

    Mark

    #1298997
    Friech
    Moderator

    Hi Mark,

    It seems the issue is your content does not fully occupy the entire above fold of the page.

    Please update the code given by Jade to this:

    .x-container.max.width.offset {
        min-height: 50vh;
    }

    or

    .x-container.max.width.offset {
        min-height: calc(100vh - 400px);
    }

    Where 400px is the height of the header.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1298155 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>