plone / Products.CMFPlone

The core of the Plone content management system
https://plone.org
GNU General Public License v2.0
246 stars 187 forks source link

Footer appears in center of page if no content #2301

Closed ajayns closed 6 years ago

ajayns commented 6 years ago

UI BUG

What I did:

In a basic Plone site I'm working on, folders such as News and Events hardly have any content and so this seems to place the footer right below the content, which is somewhat at the center of the page.

What I expect to happen:

The footer should attach to the bottom of the viewport if less content and when more content comes, it should be at the end of the scroll.

image

What actually happened:

Footer appears right below the content.

image

What version of Plone/ Addons I am using:

Plone 5.1

djay commented 6 years ago

I don't think that is a bug. The theme is designed so the content area expands or shrinks to fit the content. You have no content then it is zero height. If you want it different then customise the theme to set a minimum height.