Skip to content
Public Ticket #2819

Disable Header

Conversation thread

PenciDesign replied

Staff Reply

Hi,

This area caused by your custom css. I see you have this code:

\
header .inner-header .container { width: 1903px; }

Please change it to:

\
@media screen and (min-width: 1170px){\
header .inner-header .container { width: 100%; }\
}

And on your mobile - it will display the logo there.

If you still want to remove that area on mobile, please add more this code to Customize > Custom CSS:

\
@media screen and (max-width: 769px){\
#header .inner-header { display: none; }\
}

Best Regards,

PenciDesign

Heisenberg_hb replied

Customer Reply

I want to remove this area

PenciDesign replied

Staff Reply

Hi,

Can you tell me what do you want to hide on mobile nav? A screenshot for this please.

Best Regards,

PenciDesign

Heisenberg_hb started the conversation

Conversation Start

Hey how can i disable the header on mobile nav?

Want to join this conversation or access attachments? Sign in first.