Home New Guten › Forums › WoodMart support forum › White Space under footer White Space under footer This topic has 5 replies, 2 voices, and was last updated 3 months, 2 weeks ago by Luke Nielsen. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts May 6, 2025 at 3:11 pm #658624 mcleanjdParticipant Hello, I have white space underneath my copyright footer tried solution on here without any luck. Please and thanks Attachments:You must be logged in to view attached files. May 6, 2025 at 5:05 pm #658664 Luke NielsenKeymaster Hello, Try to use the code below: .wd-page-wrapper { display: flex; flex-direction: column; } .wd-page-content { flex-grow: 1; min-height: 100vh; } Define it in Theme Settings -> Custom CSS. Kind Regards This reply was modified 3 months, 2 weeks ago by Luke Nielsen. May 6, 2025 at 8:24 pm #658706 mcleanjdParticipant Thanks for the quick response, added and disable caching plugin but still having the white space issue. Attachments:You must be logged in to view attached files. May 7, 2025 at 2:40 pm #658887 Luke NielsenKeymaster Hello, Here is a screenshot from my end – https://prnt.sc/GzLNz60k2rbA Send me the URL of the page where you see that issue. I await your response. Kind Regards May 7, 2025 at 5:29 pm #658949 mcleanjdParticipant Ok, still displays incorrectly for me even with different browsers and someone checked they have the same issue. Seems like it’s got to do with the length of the content on the page I have added links. Attachments:You must be logged in to view attached files. May 7, 2025 at 5:51 pm #658956 Luke NielsenKeymaster Hello, The issue is caused by the very long dropdown – https://prnt.sc/ifh186Cf_EDd You need to reorganize it, it should fit the screen. After that, remove the above Custom CSS. Then the issue will be fixed. Kind Regards Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register