Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #268092

    Is here is easy CSS tweak where I can have the height of the logo fall out the bottom of the header wrapper? It is a tall logo and the size I want makes the header too tall so I would like the bottom part of the logo to sit 80 pixels or so below the fotter bottom…it would overlay on top of the image slider a bit as well.

    #268103
    .logo, .logo a {
        overflow: visible;
    }
    .logo.bg-logo img {
        max-height: none !important;
        height: 200px;
    }
    #268351

    Hi,

    Can you post a link to your website please?

    Regards,
    Josue

    #269284

    http://hobart-design.com/carportsrus/

    This is the start of it. I tried using the code provided by Flikk but didn’t seem to change anything. Thanks for your help.

    #269337

    Hey!

    Try adding this code to the Quick CSS:

    strong.logo {
        position: relative;
        top: 40px;
    }

    Cheers! 
    Josue

    #269366

    you can also add in addition:

    .header-scrolled strong.logo {
        position: relative;
        top: 20px !important;
    }

    so it does not get messed up as much when scrolling down.

    • This reply was modified 10 years, 6 months ago by Flikk.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Having logo fall out of header’ is closed to new replies.