Elizabeth Ann Seton - Lake Ridge, VA

myParish App posts styling

Assigned to
Kyle Sullivan, Web Development at Diocesan Kyle S.
Notes
No page, no matter how short should display white area at bottom. 
Right now, there is no ...

Comments & Events

Kyle Sullivan, Web Development at Diocesan
As far as I can tell, there's no longer any white area on the bottom of any myParish App posts.
.site-content {
  min-height: calc(100vh - 500px);
}
  .sticky + .site-content {
    min-height: calc(100vh - 360px);
  }

.admin-bar .site-content {
  min-height: calc(100vh - 532px);
}
  .admin-bar .sticky + .site-content {
    min-height: calc(100vh - 360px);
  }
Kyle Sullivan, Web Development at Diocesan
Kyle Sullivan completed this to-do.