Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #277308
    hjhatch
    Participant

    I would like to have the logo larger or be responsive on the mobile size and the tablet size. I added some code to make it larger on the desktop view but can’t get the mobile or tablet size right. The site is https://hatchhut.org/gcumcbeta

    Thanks,
    John

    #277316
    Skandha
    Participant

    @hjhatch: Hello John,
    Please remove the CSS Code you have added for the logo and
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-logo {
    	max-width: 250px;
    }
    @media screen and (min-width: 1024px) {
    	.custom-logo {
    	    max-width: 500px;
    	}
    }

    You can change the width according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #277329
    hjhatch
    Participant

    Excellent Skandha. Thanks for your help.

    #277336
    Skandha
    Participant

    @hjhatch: Hello John, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-inspire/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo size on mobile view’ is closed to new replies.