Unique padding setting for mobile?

I have a page that displays great on the desktop and included the complete intro header with space above. On the mobile view the header does not show at all. Is there a way I can accommodate both? https://schoolsrule.org/test-event/

I have included a screengrab from my iphone 6

Hi @GeorgiaG,

The height of masthead is 0 right now. Please try adding the custom CSS under Theme Options > CSS:

header.x-masthead {
    min-height: 96px;
}

Hope it helps :slight_smile:

@thai, thank you! It is perfect.

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.