Site logo

Archived topic

How to overlap logo on top of top bar

3 replies · Started by Jocelyn on March 29, 2018

Viewing posts 1–4 of 4

What I would like to do is on desktop and tablet (not mobile) move the logo up so it is over top of the top bar but still overlaps the menu also without moving any of it down. Is that possible?

My website is vanstonenurseries.com

Here is a link to a picture of what I would like to see it look like. http://vanstonenurseries.com/files/header.jpg

Hi there,

Give this CSS a shot:

@media (min-width:769px) {
    .site-logo {
        margin-top: -20px;
    }
}

Perfect! That’s exactly what I wanted. Thank you!

No problem!

This archived topic is closed to new replies.