for the mean time, I’ve put this in the Additional CSS section:
.col-lg-12 {
padding-top: 100px;
}
on a PC, that padding only needs to be 40px, but the difference between 40px and 100px on a PC isn’t very noticeable, but on a mobile device, it needs to be 100px to not overlap.
The Events page is still messed up and overlapping under the header on mobile, but I’ll do a similar over-compensating padding there as well to get it fixed. Would be nice to not have the over-padding on PC browsers though. thanks.