• Hello,

    as we got some pages, where there isn’t much content, I tried to get the footer to be displayed at the bottom of the screen. But there is still a white paddingm/margin under the footer. All I found in this forum concerning this problem was the “padding above and below footer”, which wasn’t of much help as its solution is not working in my case.

    Do you have any hints how to get the footer to be displayed at the bottom of the screen even with less content in the .site-content?

    Best regards!

Viewing 1 replies (of 1 total)
  • Theme Author satoristudio

    (@satoristudio)

    Hey @mirafilmfestival,

    it is a common practice for the footer to follow the flow of the page and go right below the content, whatever its height is; while I do agree that it would be nicer to have the footer stick to the bottom of the page in the absence of content, there is currently no bullet-proof solution to this (you can check out any other WP theme out there, they’re all using a flowing footer just like Bento). If you stick it to the bottom of the page using absolute/fixed CSS positioning, it will overlay the content in case there’s enough of it to reach the bottom of the page (also not nice), otherwise you’d need to use hacky table or grid structures to get it to work.

Viewing 1 replies (of 1 total)

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