Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #624572

    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

    #624639

    Hey,

    Have you tried setting a bigger header size in Theme Options > Header > Header Size.

    Best regards,
    Josue

    #624647

    no but that would defeat the purpose of having the logo with more height that the header bar

    #625963

    bump?

    #626118

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.