• Resolved oetzi13

    (@oetzi13)


    Hello, I am trying to make the logo the maximum height but I can’t. How would I go about that?
    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Can you share your site url?

    Hi,

    Thanks for using our theme.

    Go to customizer >> Kyma Options >> General Options >> Image Logo Width.

    Now increase a width for your logo.

    Or you can also use “Custom CSS”.

    Please use any “Custom CSS” plugin from WordPress Plugin Directory.

    And paste below CSS Rules into “Custom CSS” editor:

    #logo > a img{
        height: 70px;
        width: 150px;
    }

    Save the changes.

    Note: You can increase/Decrease logo height/width in pixels(px).

    Let us know for further assistance.

    Thank You

    Hi,

    Did the above solution work for you?

    Thank You

    Thread Starter oetzi13

    (@oetzi13)

    it work great but only if I put it on the bottom of the main css file.

    Thank you!

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Ok, Great Work.

    Most Welcome.

    Thank You

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