Okay
  Public Ticket #3566252
How to "bigger logo"?
Closed

Comments

  •  10
    Matteo started the conversation

    Hi there,

    I tried these codes to make the logo bigger but both doesn't seem to do the job:

    #logo {
    width: 3em;
    height: 2em;
    }

    black-logo {
    width: 3em;
    height: 2em;
    }

    white-logo {
    width: 3em;
    height: 2em;
    }


    Can you help me? Logo explanation in attachment - thank you in advance


    Attached files:  SmallLogo.png

  •  1,823
    Support replied

    Hello Matteo,

    You just need to change the height of the logo, as it will adjust to cover the available width, so modify the height, in pixels and the code to customizer -> additional CSS

    #logo img {
        height: 50px;
    }


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  10
    Matteo replied

    Hi there,

    thank you it worked just perfectly :)