Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support Herman Asrori (BSF)

    (@bsfherman)

    Hi @domimoe,

    What theme are you using? Also, please share the Footer you created using this plugin. I will try to import it to my dev site and see if I am able to reproduce this.

    Just in case you have no idea how to save an Elementor template and export it, this Elementor doc will show you how.

    Kind regards,
    Herman ??

    Thread Starter domimoe

    (@domimoe)

    Hi @bsfherman,
    I’m using the theme OceanWP. My exported footer is available for download here.

    Kind regards,
    Dominik

    Plugin Support Herman Asrori (BSF)

    (@bsfherman)

    Hi @domimoe,

    I am able to replicate this with the OceanWP theme. Please allow me some time to discuss with our team. Once I hear anything, I shall update you.

    Kind regards,
    Herman ??

    Thread Starter domimoe

    (@domimoe)

    Hi @bsfherman,
    thank you a lot for answering and confirming the bug.

    Kind Regards,
    Dominik

    Hello

    I’m having this same problem with the Hello Elementor theme.

    Plugin Support Herman Asrori (BSF)

    (@bsfherman)

    Hi guys,

    I have discussed this with the team and this is actually not an issue. Sorry, but yes, this is the expected behavior.

    However, you might be able to “force” the Footer to stay at the bottom of the page even on a page that has very less content using custom CSS like the following

    .home,
    .page {
        display: flex;
        flex-direction: column;
    	min-height: 100vh;
    }
    .admin-bar .home,
    .admin-bar .page {
    	min-height: calc(100vh - 32px);
    }
    .home .site-main,
    .page .site-main {
        flex-grow: 1;
    }

    Please modify it as necessary.

    And since this is not actually an issue, I am marking this thread as Resolved.

    Kind regards,
    Herman ??

    Thread Starter domimoe

    (@domimoe)

    Hi,

    thank you for your effort. As far as I understand to use Custom CSS with Elementor I need a premium subscription that I don’t have. Thats also the reason why I’m using this plugin. So there is no solution for me :/

    Kind regards,

    Dominik

    Plugin Support Herman Asrori (BSF)

    (@bsfherman)

    Hi @domimoe,

    Nope! No need Elementor Pro.

    You can add the following CSS code in Appearance > Customize > Additional CSS.

    I hope it helps.

    Kind regards,
    Herman ??

    Thread Starter domimoe

    (@domimoe)

    Seems to work, thank you a lot ??

    Plugin Support Herman Asrori (BSF)

    (@bsfherman)

    Very pleased to know that, @domimoe!

    Feel free to start a new thread if there’s anything else related to this plugin, we can help you with.

    Kind regards,
    Herman ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Force footer to bottom if site contains few content’ is closed to new replies.