• Hello,

    I woul like to hide top bar on mobile device but it’s not working :

    @media only screen and (max-width: 458px) {
    .hide-mobile {
        display: none !important;
    }
    }

    can you help me

Viewing 1 replies (of 1 total)
  • Hi @yoyo77yo,

    Thanks for reaching out,

    Please use the following code and check if it helps you or not:

    @media only screen and (max-width: 458px) {
    #header-meta{
    display: none;
    }
    }

    Let me know if this helps you or not and I will get back to you.

    Regards,
    ThemeGrill Support Team

Viewing 1 replies (of 1 total)
  • The topic ‘Hide top bar’ is closed to new replies.