Hello,
I use a Header with Logo centered, Menu below.
I want the logo to be 739 px wide, but even if I change custom pixel value in Header size to 200 or more it stays at a width of aprrox 600 px.
What could I do here?
Thanks for Help!
Bernd
Hi Bernd!
Check it out, i modified the header size to 126px and added this to Quick CSS:
#header_main .logo {
left: auto;
transform: none;
-webkit-transform: none;
max-width: 900px;
float: none;
margin: 0 auto;
position: relative;
}
.logo a {
text-align: center;
}
.logo img {
display: inline-block !important;
}
Cheers!
Josue
Hi Josue,
really great!
Thank you very much
Bernd
You are welcome Bernd, glad to help :)
Regards,
Josue