How to change the with of the Logo?

Hi dear Colorlib and Activello Folks,

is it possible to change the with of the logo?
If yes, please tell me how.

Many thanks and kind regards from Croatia
GT

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*increase logo width*/
img.custom-logo {
    width: 117% !important;
}

Best regards,
Support.

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*increase logo width*/
img.custom-logo {
    width: 117% !important;
}

Best regards,
Support.