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

    I have a tall logo that I want to behave as follows:

    1) Spill out of the header on the bottom without stretching the whole header (overlap the content)
    2) Start logo from the very top of the header overlapping the “Extra Elements” bar, as opposed to starting below the “Extra Elements” bar in header

    I was able to accomplish #1 by finding the code here, but #2 doesn’t work. Here’s my code:

    .logo a {
    height: 230px;
    margin-top: -20px;
    }
    
     .logo, .logo a, .logo img {
    overflow: visible;
    }

    When I added “margin-top: -20px” it moved the logo to top, but the problem is that logo is covered on TOP by the “extra elements” header bar. How do I fix that?

    Thanks in advance for your help!

    #295639

    Hey goforyourdreams!

    Can you please post the link to your website so we can provide you accurate custom CSS code?

    Cheers!
    Yigit

    #295704
    This reply has been marked as private.
    #295716

    Hi!

    Please add following code to Quick CSS as well

    #header_meta { z-index: 1; }

    Regards,
    Yigit

    #295748

    It worked perfectly! Thank you so much, I really appreciate it!

    #295761

    Hey!

    You are welcome, glad we could help! :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How To Overflow Logo BOTH Top And Bottom in Header?’ is closed to new replies.