Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #172270
    bvarvel
    Participant

    Any quick thoughts on how to make the logo container larger than 250px? I have a longer landscape orientation logo and when I upload it, it’s tiny. If it could even go up to 350px, it would make a HUGE impact. I’ve hard edited the max-width portion of the CSS and that works on desktop view, but breaks when in tablet or phone view. Here’s my site so you can see the problem:

    https://www.bhfot.org/

    #172273
    Skandha
    Participant

    @bvarvel: Reset the max-width to 250px then
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:410px) {
    	.custom-logo {
    		max-width:350px !important;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to Use a Larger Logo?’ is closed to new replies.