Home Forums Exoplanet Consistent full screen Website display on all devices Reply To: Consistent full screen Website display on all devices

#5911
Andy
Keymaster

Thanks for getting back to me and letting me know it works.

If you notice some weird behavior on smaller screens, you may need to also add this snippet of CSS

@media screen and (max-width: 1120px) {
    #page {
        display: block;
    }
    #colophon {
        display: block;
        height: auto;
    }
}