• Resolved mrblues

    (@mrblues-1)


    Hi, I try to change logo size as it is too small, I tried this code but nothing happens

    .header–bg-white .menu-wrapper .site-logo .logo { width: 250px; }

    what would be the right css code to change logo size?

    cheers!

    mrblues

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Onur Oztaskiran

    (@sj_o)

    Hi @mrblues-1

    GutenBooster defines a maximum height instead widths for logos.And by default it is set like this:

    .menu-wrapper .site-logo img {
        max-height: 48px;
    }

    So changing max-height to a higher value will increase the size of your logo. There’s also a customizer based option coming for this in the next release of the theme.

    Thanks!
    Onur

    Thread Starter mrblues

    (@mrblues-1)

    thank you Onur, it works 🙂

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