Hi,
I am trying to make the logo to stretch across from the menu link “Home” to “Contact Us”.
Tried custom height for logo area and the image size remains the same.
How do i achieve this?
Any thought will be much appreciated!
Hey fairusd,
Try adding this css code in your Quick CSS:
.html_header_top.html_logo_center .logo {
width: 100%;
max-width: 780px;
}
Let us know if this helps :)
Best regards,
Nikko
Great it works!
Another problem arise, when i scroll down, the logo shrunk oddly.
Hi,
You’re welcome. Try adding this:
#top .logo img {
margin: 0 auto;
}
:)
Best regards,
Nikko