Tagged: logo height
hi there, i would like the logo to have more height that the navbar is it possible with enflold?
till now i partially managed to do it with this css
.logo img {
background: #ededed none repeat scroll 0 0;
display: block;
height: auto;
image-rendering: auto;
max-height: 100%;
padding: 0 8px;
position: fixed !important;
transition: opacity 0.4s ease-in-out 0s;
width: 250px;
z-index: 99 !important;
}
but it only work on firefox and not in crhome
thanks in advance for any help
best regards
Hey,
Have you tried setting a bigger header size in Theme Options > Header > Header Size.
Best regards,
Josue
no but that would defeat the purpose of having the logo with more height that the header bar
bump?
Hi,
Please refrain from bumping the thread because it will be pushed to the end of the queue.
Add this in the Quick CSS field:
.logo, .logo a, .logo a img {
overflow: visible;
background: transparent;
}
This will allow the logo image to extend pass the header height.
Best regards,
Ismael