Home Forums WoodMart support forum Space in footer

Space in footer

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #142689

    KH
    Participant

    Hello, I installed Essential Grid. I have problem with footer. There’s space below the copyright content. However, after deactivated still have space.

    Attachments:
    You must be logged in to view attached files.
    #142692

    KH
    Participant

    I have another website and I use this plugin with that theme. There’s no problem.

    #142693

    KH
    Participant

    Here is the url of the problem.

    #142696

    KH
    Participant

    I’ve found the problem. Essential grid use shortcode and I insert the shortcode into a page. If I set sidebar alignment to WITHOUT, the problem comes. Set to INHERIT, no problem. However, due to my page design, I need to set the sidebar alignment to WITHOUT. Could you pls help?

    #142736

    Hello,

    To remove the space below the copyright content kindly use the below css in Theme Settings >> CUSTOM CSS >> Global Custom CSS:

    .footer-container {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }

    Screenshot: https://screenshot.net/71gm0ue

    Also I have test this at your site as well as at my test site. This space is normal behaviour of the theme. Whenever we did not use the sidebar on our page and just use the footer copyright section. Then the height of that page decreases due to less content inside it. That’s why when you zoomed out or use the larger screens, the page ends and then the white space shown which is just normal. You can see the screenshot of my test site when I only used three rows and just the copyright section and set Sidebar position to without:
    https://screenshot.net/5ol3giz

    Result: https://screenshot.net/8ey8qi5

    Best Regards.

    #142762

    KH
    Participant

    after using your code, now the space below the copyright content has gone. However, another space comes up above the copyright content. What is that? How to remove it? See the screenshot.

    Attachments:
    You must be logged in to view attached files.
    #142779

    Hello,

    As I already told you due to less content inside the page that space occurs. So that space can’t be removed as it is a reserved space for the content in the body. so if you add some more content inside your page then that space automatically filled.

    So if you don’t want that space after the copyright section, you can remove the css that I provided in the previous reply.

    Best Regards.

    #142809

    KH
    Participant

    Ok, understood. By the way, you login to my admin dashboard and change the language to English. I understand you have to use English. However, after I changed back to my language the text “RETURN TO SHOP” in the off-canvas is still in English, it’s not in my language like before.

    #142810

    KH
    Participant

    I happens in desktop view. In mobile view it’s ok. I see my language.

    #142869

    Artem Temos
    Keymaster

    Try to clear your website cache.

Viewing 10 posts - 1 through 10 (of 10 total)