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

    Hi,
    we are almost finished with our site and hope to not bother you as much then :-)
    One more question:
    We are using a secondary header and would like to have our logo across the logo area and the secondary header part.
    Is this possible and if yes, how could we do this?
    Thank
    here’s the link: http://seminare.thework-coaching.de
    See the blue logo in the left corner .. it’s soon small :-)
    And we don’t want to give the logo area more width.
    Thanks,
    Chris

    #396399

    Hi beingwithbyronkatie!

    Try adding this to your custom CSS.

    #header_meta { background: transparent !important; }
    .logo { top: -20px !important; }

    Regards,
    Elliott

    #396407

    Hey Elliott,
    so great, it works:
    Two more things:

    1) how can I make the border transparent, too of the logo area
    2) can I show the logo 15% bigger than now?

    If thats done, its perfect!

    Here’s the link again: http://seminare.thework-coaching.de

    Love your support!

    #396676

    Hey!

    Please add following code to Quick CSS as well

    div#header_meta, #header_main {
    border: none!important;
    }
    .logo * {
    max-height: 120%!important;
    top: -3px;
    }

    Regards,
    Yigit

    #396843

    Hey Digit,
    you are awesome!
    Thanks so much!
    The site rocks!
    Regards,
    Chris

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Logo area and secondary logo area’ is closed to new replies.