• I ask your help: I need to leave the client’s logo slightly larger than the standard size. How can I change this? How to increase the size of the logo?
    Tks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @drica100

    To increase the size of the logo at first go to Admin Panel / Appearance / Customize / Theme Options > Advanced options / Custom CSS.

    Then add the following code there.

    .site-branding img {
        max-height: 200px;
        max-width: 355px;
    }

    You can adjust the height and width according to your need.
    Hope this will resolve your issue.

    If you have any problem while achieving this result please let us know.

    Best Regards!!

    Thread Starter drica100

    (@drica100)

    Ik, thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to increase the size of the logo?’ is closed to new replies.