Okay
  Public Ticket #1942474
how to change the logo size
Closed

Comments

  • Boris Wenzel started the conversation

    Hi,

    I tried to change the logo size from 40px to 80px height and changed the style.css on line 1274 but it won't work.

    Please advice

    Best regards

    Boris

  • Boris Wenzel replied

    Hm. it seems to be a cache problem. It worked on an other device.

    But isn‘t there a possibility to add css in the theme, instead of changing the css file?

    Best regards

    Boris

  •  1,823
    Support replied

    Boris,

    it's not recommended to change theme's files like style.css because you have to merge the changes every time you do an upgrade.

    You can add the code to customizer -> Additional CSS

    for example

     #logo img {

        height: 80px;
    }

    change the size in pixels. Or you can do your modifications in a child theme.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Boris Wenzel replied

    Hi support

    many thanks. Perfect solution

    Best regards

    Boris Wenzel