This topic has 4 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
I have looked at a number of topics about changing logo size and to no avail. I have been able to decrease the size of the logo but I would like it to fill out the space a little more.
Hello,
Please try to use this code in custom.css file:
.header-type-7 .header .header-logo img {
width: 500px;
max-width: 600px;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
Hi Support.
I have try to use the sample code provided which created in the custom.css. But yet the logo size didn’t seem to be change. Please kindly advice
website. healthsupplementmalaysia.com
Hello @stevhong,
You’re using other header type.
I’ve added this code in custom.css file:
.header1 .logo img {
max-width: 500px;
width: 400px;
}
Please check the logo now.
Thank you.
Regards,
Eva Kemp.
Tagged: customization, increase, logo, size, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up