• penumatv2

    (@penumatv2)


    Hi,

    Both footer and footer wizard are not sticky at the bottom of the page
    Every time I visit the page or refresh the page, the footer is not sticky at the bottom instead it’s simply dancing..! It will simply go up and come down

    How can I achieve the footer displaying properly ..?

    Please notice my website is still in the dev stage and does not have a domain. Right now it’s referenced via server IP

    Thanks
    Venk

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Abhishek

    (@abhikr781)

    Hi,

    Sorry but nit getting the exact issue, please share the snapshot of the issue and some more details.

    Are you using a sticky footer plugin?

    If you are using the pro version, please check the post:https://www.ads-software.com/support/topic/paid-customers-please-read-this-before-posting/

    Thread Starter penumatv2

    (@penumatv2)

    Hi Abhishek,

    Thanks for your response.

    Unfortunately, I cannot produce a snapshot for this issue.
    the exact issue is, every time I visit my website or refresh the webpage, the footer is not sticky at the bottom. footer goes up and comes down. this happens very quickly and can only be noticed immediately.

    Please check out my webpage at the below link. if you didn’t notice this behavior immediately, please refresh the page and keep an eye on footer movement.

    https://13.233.153.250/

    Thanks In Advance
    Venk

    Hi,

    That seems issue with the loading time of the CSS file.

    Are you using any optimization or lazyload plugin? If yes, please disable it and check.

    and Reset scripts via Theme Panel > Scripts & Styles, by disabling all, then enabling back again and saving changes.

    Please go to Elementor > System Info and share the report with us so that we can take a look.

    Thread Starter penumatv2

    (@penumatv2)

    Hi Abhishek,

    Thanks for the prompt response.

    I am not using any caching plugin or lazyload plugins on my website.
    I am using only Elementor & WP Forms and table press. I disabled all these 3 plugins one by one and verified. also disabled and reenabled Scripts & Styles from theme options, but no luck !!! Is there any custom CSS code that makes the footer sticky at the bottom?

    Also, can you please let me know, how can I share the System info? I didn’t see any option to attach the document. Can I simply paste the info here?

    Thanks
    Venk

    Hello,

    Try to add the below code to the Customize > Custom CSS, and check.

    div#wrap {
        min-height: 100vh;
    }
    footer#footer {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Footer is not sticky at the bottom of the page’ is closed to new replies.