Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #105835
    alk
    Participant

    Hi!
    Can you give informations for resize logo in header? I’d like a bigger logo.
    When I upload an images it seems that logo size is more or less the same. Can I fixed logo size to the same px of uploaded image?

    My web site is http://www.viadellaseta.net

    Thank you for your reply.
    Kindest regards,
    Alessandro

    #105847
    Pratik
    Keymaster

    Hi Alessandro,

    There is max-height and width cap for logo in this theme. For removing the cap, try following code in Appearance=> Customize=> Additional CSS box:

    
    #site-logo img {
        max-height: none;
        max-width: none;
    }
    

    Regards,
    Pratik

    #105848
    alk
    Participant

    Hi Pratik, thank you.

    To reduce logo image during the scrolling have I also change following line parameters?

    #masthead.fixed-header #site-logo img …

    Thank you.
    Best,
    Alessandro

    #105850
    Pratik
    Keymaster

    Hi Allesandro,
    Ah yes. Try something like following:

    
    #masthead.fixed-header #site-logo img {
        max-height: 50px;
        max-width: 100%;
    }
    

    Increase size of 50px to increase size of image as well.

    Regards,
    Pratik

    #105851
    alk
    Participant

    ok. Thank you.

    It works well.

    Regards,
    Alessandro

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Resize logo in header’ is closed to new replies.