• I can’t figure out how to make the logo in the upper lefthand corner larger. I want the image to fill the header bar (height-wise, which I believe is 180px), but right now I can’t get it to go larger than 100px.
    Thanks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @sarahjosephine,

    We have checked the logo size, the image which you uploaded that contains the size 100*100 that’s the reason logo is not increasing.

    For better understanding please refer the screenshot-

    OnPaste.20180913-173811

    I hope the above was helpful.

    Kind regards,

    Manoj

    @sarahjosephine: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-header-main, .site-title, .site-description, .menu-toggle-wrapper, #site-navigation  {
    	height:180px;
    }
    
    .custom-logo {
    	max-height:180px !important;
    	height:180px !important;
    }

    Let me know if this is what you want.
    Also for swift replies, post your issues and queries on our official theme support forum please post in our free forum at https://catchthemes.com/support-forum/

    Kind Regards,
    Skandha

    Thread Starter sarahjosephine

    (@sarahjosephine)

    Ah thank you so much @skandha! That worked! My image is just blurry now. Any ideas for how to fix that? I already tried re-uploading the image at a larger size but it still forces me to crop it to 100x100px.

    @sarahjosephine: I checked your site and you seem to have figured it out.
    Let me know if the issue is resolved.

    Also for swift replies, post your issues and queries on our official theme support forum please post in our free forum at https://catchthemes.com/support-forum/

    Kind Regards,
    Skandha

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom Logo Size’ is closed to new replies.