New Landing How can we help? Themeforest Theme Support Neighborhood Logo size header (mobile)

Viewing 10 posts - 1 through 10 (of 10 total)
  • #284160
    solesupply.no
    Member
    Post count: 93

    Hi,

    Is there a setting where i can edit the size on the mobile logo? The logo on mobile is way to big… resulting in a very high header

    Thanks!

    /Joachim

    Attachments:
    You must be logged in to view attached files.
    #284269
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media screen and (max-width: 767px) {
    #header-section #header {
        padding: 0px !important;
    }
    #logo img, #logo img.retina {
        width: 70px;
    }
    }

    Thanks
    Mohammad

    #284274
    solesupply.no
    Member
    Post count: 93

    Hi,

    The size looks good, but why is the backgroud on the logo white? I have uploaded a transparent logo.

    /Joachim

    Attachments:
    You must be logged in to view attached files.
    #284277
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its fine to me. Just check after clear the cache of browser.
    Thanks
    Mohammad

    #284280
    solesupply.no
    Member
    Post count: 93

    did not help. The logo loogs strech in landscape mode as well…

    /JOachim

    #284284
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove my last code and use this new code:-

    @media screen and (max-width: 767px) {
    #header-section #header {
        padding: 0px !important;
    }
    #logo img, #logo img.retina {
        width: auto;
    }
    }
    @media screen and (max-width: 479px) {
    #header-section #header {
        padding: 0px !important;
    }
    #logo img, #logo img.retina {
        width: 70px;
    }
    }

    Thanks
    Mohammad

    #284287
    solesupply.no
    Member
    Post count: 93

    Getting there! 🙂

    The logo have white background in “normal” mode, and looks good in landscape mode.

    See images

    Attachments:
    You must be logged in to view attached files.
    #284609
    David Martin – Support
    Moderator
    Post count: 20834

    Is this for a specific page URL, cannot seem to replicate this.

    Thanks.

    #284627
    solesupply.no
    Member
    Post count: 93

    Hi,

    All pages in portrait mode. Looking good in landscape mode. I do use iOS 10 beta 3 on my iPhone.

    What are you using and it the image transparent in portrait mode for you?

    /Joachim

    #284932
    David Martin – Support
    Moderator
    Post count: 20834

    I cannot replicate on the homepage, using iPhone6. Is there another page you are seeing this?

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register