Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #392064

    Hi Guys,
    I want to make the logo larger then the headers height. Like this, overlapping the header:
    Header with logo overlapping the header

    Is that possible? If yes, can you give me a direction of advice how to do it?
    Thanks!

    #392070

    Hi razhimself!

    Yes, it is possible but could you please post the link to your website?

    Regards,
    Yigit

    #392075
    This reply has been marked as private.
    #392386

    Did you get the URL and password in my private reply?

    I manage to do some of the styling but not good enough.
    I laborated with this code:

    #top .logo {
    padding-top: 0px;
    width: 300px; 
    margin: 10px auto;
    float: none;
    height: auto;
    }

    It would be awesome if you could give me some advice.

    • This reply was modified 9 years, 3 months ago by razhimself.
    #392677

    Hi!

    Looks like you figured it out but I guess you need to adjust the logo width:

    #top .logo {
    padding-top: 0px;
    width: 300px;
    margin: 10px auto;
    float: none;
    height: auto;
    }

    Regards,
    Ismael

    #393191

    Thanks Ismael but I can’t see any difference between your code and mine?
    What I wish to do, beside what I have accomplished in my css, is to remove the space above the logo and make it little bit bigger.

    #393539

    Hi!

    Please try the following code in Quick CSS:

    .logo, .logo a {
    overflow: visible;
    }
    
    .logo img {
    max-height: 150px !important;
    }
    

    Best regards,
    Rikard

    #393699

    Thanks! It works like a charm :)
    The Kriesi support is as good as always!
    Regards Rasmus

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to make logo overlap the header?’ is closed to new replies.