Home Forums WoodMart support forum Footer Issue

Footer Issue

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #649214

    kbfotoart.com
    Participant

    Hi

    Hello,
    I have a white space appearing at the bottom of my “About” page, but only on desktop view.
    There are no extra blocks at the end of the page, and I’ve already set all padding and margin values to 0.

    I’m using the WoodMart theme with Gutenberg. I suspect this might be caused by a wrapper or a min-height applied by the theme.

    Could you please let me know how I can remove this white space?
    A specific CSS rule or theme setting would be very helpful.

    Thank you!

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

    Luke Nielsen
    Keymaster

    Hello,

    It looks like you don’t have a footer, you have enabled it but it looks like the footer is not defined. May you update the access to the admin panel so I can look closer? https://prnt.sc/nVqH6RmS7014

    Kind Regards

    #649988

    kbfotoart.com
    Participant

    Hi Luke

    in a private section you will find the credentiels to connect

    i have this problem only in this page : https://kbfotoart.com/apropos/

    and it depend on the screen resolution when it’s a high more thant : 1920×1080

    Thanks for your help

    #650286

    Luke Nielsen
    Keymaster

    Hello,

    Sorry for the delay.

    Your footer is not defined – https://prnt.sc/ugUYrG1IMU2B that is why there is an empty space.

    For example, I left the enabled HTML Block as a footer – https://prnt.sc/o6SzwozrzVAX- and now the space is gone.

    https://prnt.sc/twklZEXvC0Iq

    Let me know if you have any questions.

    Kind Regards

    #650960

    kbfotoart.com
    Participant

    Hi Luke

    sorry for the delay in my answer

    the blank footer has gone but why i have those elements in the footer now
    you can see it on the screen capture

    Thanks

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

    Luke Nielsen
    Keymaster

    Hello,

    I see that you have removed that block. In general, you need to create a Footer, either via HTML Block in Theme Settings or via the Widgets – https://prnt.sc/aFYTCwRjyu6f

    https://prnt.sc/es_NmwFQZ-Rc

    Kind Regards

    #651554

    kbfotoart.com
    Participant

    Hi Luke

    thanks for your quick answer

    First i don’t understand why you have configured my website wit a footer wich doesn’t match with my website content and keeped it as , it’s why i have removed it

    Second point i don’t understand why i have this problem only on this page and note on the others ( no HTML block on them )

    Thanks for your Help

    #651791

    Luke Nielsen
    Keymaster

    Hello,

    As you can see, that issue happens on pages when is not enough content.

    Paste the code below in Theme Settings -> Custom CSS.

    .wd-page-wrapper {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
    
    .wd-page-content {
        flex-grow: 1;    
    }

    Clear the cache and recheck the issue.

    Kind Regards

    #651950

    kbfotoart.com
    Participant

    Hi Luke
    thanks for your reply

    but it didn’t work

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

    Luke Nielsen
    Keymaster

    Hello,

    Here was a mistake – https://prnt.sc/PJ1fuUb2p0qb

    Now it works well – https://prnt.sc/dVSaUk4GMQmR

    Kind Regards

    #652593

    kbfotoart.com
    Participant

    Thanks a lot Luke

    The issue has been resolved

    #652595

    Luke Nielsen
    Keymaster

    Hello,

    I’m glad to hear that the issue has been resolved. If you encounter any other problems or have further questions, feel free to reach out. We’re here to help!

    Kind Regards

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

The topic ‘Footer Issue’ is closed to new replies.