Comments Heisenberg_hb started the conversationMay 22, 2018 at 4:18pmHey how can i disable the header on mobile nav? 2,700PenciDesign repliedMay 22, 2018 at 4:20pmHi,Can you tell me what do you want to hide on mobile nav? A screenshot for this please.Best Regards,PenciDesignHeisenberg_hb repliedMay 22, 2018 at 6:48pmI want to remove this area 2,700PenciDesign repliedMay 23, 2018 at 3:29amHi,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,PenciDesign1 Like Sign in to reply ...
Hey how can i disable the header on mobile nav?
Hi,
Can you tell me what do you want to hide on mobile nav? A screenshot for this please.
Best Regards,
PenciDesign
I want to remove this area
Hi,
This area caused by your custom css. I see you have this code:
Please change it to:
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:
Best Regards,
PenciDesign