• Resolved oetzi13

    (@oetzi13)


    no matter what I do the logo always gets shrunk to a set height.
    a) What is that size?
    b) how do I set it to a custom size?

    I have added this to the css, but it does not work for the height. There is still space on top and the bottom I am trying to fill in.

    #logo > a img{
    height: 294px;
    width: 431px;

Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Please tell us what size logo you want ?

    Please let us know logo height and wight.

    Then we will tell you the exact solution.

    Let us know.

    Thank You

    Thread Starter oetzi13

    (@oetzi13)

    I would like it to be 260×89 px. No padding top and bottom

    thank you

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,
    Please share your site url.
    We w’ll give you some css rules to change your logo padding.
    Thanks

    Thread Starter oetzi13

    (@oetzi13)

    biancabenz.com
    the current logo is 260×89 px

    thank you

    webhuntsupport

    (@webhuntsupport)

    Hi,

    Write below CSS rules into Custom CSS editor:

    #logo a {
        margin-top: 0px !important;
        height: 89px !important;
    }

    Save the changes.

    Hope it will work for you.

    Thank You.

    Thread Starter oetzi13

    (@oetzi13)

    txs, that worked to remove the padding on top. What about the bottom?

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Please use below CSS Rules instead of above:

    #logo a {
        margin-top: 0px !important;
        height: 71px !important;
    }

    Save the changes.

    Hope it will work for you.

    Thank You

    Thread Starter oetzi13

    (@oetzi13)

    worked great, thank you!

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    You are Welcome.

    Thank You

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘custom logo size’ is closed to new replies.