Hi there,
Is it possible to float the main logo between the secondary nav and main nav? Here is the code I’m currently using:
strong.logo, .logo a {
top: -20px;
height: 100%;
width: 100%;
overflow: visible !important;
}
The logo is getting positioned where I’d like but the logo is getting cropped by the secondary nav. Is there any way to prevent this? Also, how could I go about making the logo larger when its sitting in that space?
Thanks in advance,
Joe
Hey Joe!
Thank you for using Enfold.
Just add this on Quick CSS:
#header_main {
z-index: 10;
}
Cheers!
Ismael
Ismael,
That was easy! Wasn’t aware of the z-index property. Managed to modify the height / width myself, so we’re good to go.
Thank you so much,
Joe