From the list: Discuss with Client ✔ myParish App posts styling Veronica A. added this on Feb 27, 2019 Completed Feb 28, 2019 by Kyle S. Assigned to 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 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); } Feb 28, 2019 at 4:45 PM Notified 1 person Kyle Sullivan completed this to-do. Feb 28, 2019 at 4:45 PM
Kyle Sullivan, Web Development 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); } Feb 28, 2019 at 4:45 PM Notified 1 person
.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); }