Okay
  Public Ticket #760300
Deactivate header in mobile version
Closed

Comments

  •  1
    Allan started the conversation

    Hi guys,

    First off great template!!

    I have an issue withe the mobile version, because the header with the 4 contact symbols takes up way to much space, to show the rest of the page. I have looked everywhere and I can't find a mobile preference to deactivate the header for mobile version, or a way to move the header further down on the mobile version.

    Looking forward to hearing from you.

    Thx!

  •  1,611
    Barry replied

    Hi Allan

    Thank you for the compliment!

    You can disable the header widgets on mobile devices with some custom CSS. Please navigate to Appearance > Customize > Theme Options -> Custom CSS and paste the following in to the textarea:

    @media (max-width: 992px) { .header-widgets { display: none; } }

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  1
    Allan replied

    Fantastic! Works perfectly !!