I am looking to get this look http://www.mcorautomotive.com/index.html how they have their logo
This is my site:
pcaconcepts.com
So far I have a PNG logo transparent background, and I have added this CSS to the general styling section, How can I make the menu separate from the top and center the logo on the menu like mcor has theirs?
.logo img, .logo a {
max-height: none !important;
}
.logo {
height: auto;
}
Hi tampaprinting!
Please add following code to Quick CSS
#header_meta {
z-index: 1;
}
.logo {
top: -25px;
}
Best regards,
Yigit
or you give this a chance: