I would like to have a big logo (900×65) in the header.
1. What is the css please?
2. How can I center it?
note: access code below
Thank you…
This topic has 6 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
I would like to have a big logo (900×65) in the header.
1. What is the css please?
2. How can I center it?
note: access code below
Thank you…
Hello gurhan,
please try following css code:
.header-logo img {
max-width: 900px;
}
Regards,
Stan Russell.
yes, but somehow that code is not centering the logo?
Hello,
Please add this code in Global Custom CSS:
.header-type-6 .header .header-logo {
width: 100% !important;
}
Regards,
Eva Kemp.
nice! TU!!!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Big Logo in The Header’' has been successfully resolved, and the topic is now closed for further responses