• Hi, the header takes up a lot of space, especially on mobile, how can I reduce that, please? Thanks for your help. Neil.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter nrd1968

    (@nrd1968)

    Hi, despite me marking my query about full page width and header size as resolved in my other post, I do still need help with this header size question, please. Thanks.

    Hey @nrd1968,

    We appreciate you writing in,

    Could you once try deactivating all the third-party plugins that you may have installed and check your site again?

    Regards,
    ThemeGrill Support Team

    Thread Starter nrd1968

    (@nrd1968)

    Thanks, there was no difference when I tried this.

    Thread Starter nrd1968

    (@nrd1968)

    I’d appreciate some further help, please?

    Hey @nrd1968 ,

    Thank you for writing in,

    We apologize for the delay. Could you please add the following CSS code by going to Appearance > Customize > Additional CSS and test your site on a mobile device?

    @media screen and (max-width: 768px){
    .custom-logo-link {
        display: inline-block;
        width: 20%;
        float: left !important;
    }
    .site-title-wrapper {
        display: inline-block !important;
        width: 80%;
    }
    .logo-wrapper .custom-logo-link img {
        max-width: 85% !important;
    }
    .wishlist-cart-wrapper {
        margin: 10px;
    }
    .middle-header-wrapper {
        padding: 10px 0;
    }
    }

    Please write us back if this doesn’t help.

    Regards,
    ThemeGrill Support Team

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘header size’ is closed to new replies.