- Status: Moved to Github
I'm not sure if this is a bug, but when site is offline (in maintenance mode), mobile header is not displayed (not even present in DOM). So on mobile devices only the offline message is displayed without the logo. Not sure about the rationale behind it, since the desktop header is displayed normally in offline mode.
I think ipsLayout_minimalNoHome
class is added to <body> element in offline mode so I can target the desktop header with some custom CSS to force display it on mobile devices... But then gotta style it to look like mobile header 🤔.
Recommended Comments