• Resolved massy74

    (@massy74)


    Hi

    When I upload an image as logo, the website makes it bigger. Would anyone be so kind as to advice how I can keep the same size?

    Thanks
    Max

Viewing 1 replies (of 1 total)
  • Theme Author tikendramaitry

    (@tikendramaitry)

    Hi Max,

    If you want to use small image for logo, please add this CSS in style.css file at the very bottom.

    #logo img{
        width: 100px;
        height: 120px;
    }

    And change the width and height parameters value according to your need.

    Hope it would be helpful to you.

    Best,
    Tikendra

Viewing 1 replies (of 1 total)
  • The topic ‘How to keep the size of the logo’ is closed to new replies.