[Resolved] Want the Logo to overlap header (contained)

Home Forums Support [Resolved] Want the Logo to overlap header (contained)

Home Forums Support Want the Logo to overlap header (contained)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #888537
    Bernd

    Hello,

    i try to let the logo overlap the header element (should conatin a image slider later) with this code:

    .header-image {
    position: absolute;
    top: 10px;
    left: 10px;
    }

    And keep it small on mobile with this:


    @media
    (max-width: 768px) {
    .site-logo img {
    height: 100px;
    }
    }

    So far, so good. But i cant get it “contained” with the navigation “inside-header”. πŸ™

    What am I doing wrong?

    Many thanks in advance!

    #888942
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    I’m not too sure what you mean by contained? Maybe this CSS will do it?

    .inside-header {
        position: relative;
    }

    Let me know πŸ™‚

    #888962
    Bernd

    Hi Tom,
    you don’t have to know the problem, I’d say. πŸ™‚

    Thanks again!

    #888966
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

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