From the list: Build ✔ Page titles are hidden on mobile Veronica A. added this on Nov 06, 2018 Completed Feb 21, 2019 by Kyle S. Assigned to Kyle S. Notes http://maryourqueen.diocesanweb.org/mass-schedule/ image.png 87 KB • Download Comments & Events Kyle Sullivan, Web Development I added the following code to .post-launch.css. I believe this fixes this issue and actually centers the title./* Header */ header.entry-header, header.page-header { min-height: 7rem; } header.entry-header h1, header.page-header h1 { left: 50%; transform: translateX(-50%); margin: 0; } Feb 21, 2019 at 8:23 PM Notified 1 person Kyle Sullivan completed this to-do. Feb 21, 2019 at 8:23 PM
Kyle Sullivan, Web Development I added the following code to .post-launch.css. I believe this fixes this issue and actually centers the title./* Header */ header.entry-header, header.page-header { min-height: 7rem; } header.entry-header h1, header.page-header h1 { left: 50%; transform: translateX(-50%); margin: 0; } Feb 21, 2019 at 8:23 PM Notified 1 person
/* Header */ header.entry-header, header.page-header { min-height: 7rem; } header.entry-header h1, header.page-header h1 { left: 50%; transform: translateX(-50%); margin: 0; }