Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #388847

    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

    #389206

    Hey Joe!

    Thank you for using Enfold.

    Just add this on Quick CSS:

    #header_main {
    z-index: 10;
    }

    Cheers!
    Ismael

    #389374

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Float header logo between main and secondary nav’ is closed to new replies.