How to increase size of logo in theme?

raxelson

New Member
Hello,

I am using the Michelangelo theme and want to increase the standard size of logo which is currently "190x50". How can I do this?

Thank you,

Richard
 

Igor

Administrator
Staff member
Hello,

I am using the Michelangelo theme and want to increase the standard size of logo which is currently "190x50". How can I do this?

Thank you,

Richard
Hello Richard,

Changing the size of the logo is not recommended, but you can do it via style.css by adding the code in Customization --> Head.
 

Igor

Administrator
Staff member
Can You explain a bit regarding that @Igor ?? Please
You can add this code to Customization -- > Head - css style:

header .logo-box .logo {
height: 56px;
}

Instead of 56px, set a higher value. Please note that this might affect the layout, especially for the mobile version of site.
 
Top