Home › Forums › WoodMart support forum › Footer Issue
Footer Issue
- This topic has 11 replies, 2 voices, and was last updated 4 months, 2 weeks ago by
Luke Nielsen.
-
AuthorPosts
-
March 26, 2025 at 4:23 pm #649214
kbfotoart.comParticipantHi
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.March 26, 2025 at 5:43 pm #649244
Luke NielsenKeymasterHello,
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
March 28, 2025 at 6:40 pm #649988
kbfotoart.comParticipantHi 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
March 31, 2025 at 9:23 am #650286
Luke NielsenKeymasterHello,
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.
Let me know if you have any questions.
Kind Regards
April 2, 2025 at 1:43 am #650960
kbfotoart.comParticipantHi 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 captureThanks
Attachments:
You must be logged in to view attached files.April 2, 2025 at 2:27 pm #651133
Luke NielsenKeymasterHello,
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
Kind Regards
April 3, 2025 at 5:48 pm #651554
kbfotoart.comParticipantHi 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
April 4, 2025 at 3:15 pm #651791
Luke NielsenKeymasterHello,
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
April 5, 2025 at 6:06 pm #651950
kbfotoart.comParticipantHi Luke
thanks for your replybut it didn’t work
Attachments:
You must be logged in to view attached files.April 7, 2025 at 9:50 am #652047
Luke NielsenKeymasterHello,
Here was a mistake – https://prnt.sc/PJ1fuUb2p0qb
Now it works well – https://prnt.sc/dVSaUk4GMQmR
Kind Regards
April 8, 2025 at 5:24 pm #652593
kbfotoart.comParticipantThanks a lot Luke
The issue has been resolved
April 8, 2025 at 5:26 pm #652595
Luke NielsenKeymasterHello,
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
-
AuthorPosts
The topic ‘Footer Issue’ is closed to new replies.
- You must be logged in to create new topics. Login / Register