Home › Forums › Support › Want the Logo to overlap header (contained) This topic has 3 replies, 2 voices, and was last updated 4 years, 1 month ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts May 3, 2019 at 11:42 pm #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! May 4, 2019 at 7:44 am #888942 TomLead 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 π May 4, 2019 at 8:00 am #888962 Bernd Hi Tom, you don’t have to know the problem, I’d say. π Thanks again! May 4, 2019 at 8:05 am #888966 TomLead Developer Lead Developer You’re welcome π Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In