Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Logo disappearing from top nav when scrolling on desktop

$
0
0

Replies: 0

Hello!

I was editing some spacing between the top nav and body content, and all of a sudden the logo disappears when I start to scroll on desktop (it’s ok on mobile). Can you help me figure out what broke the code?

Thank you!

Here’s my custom CSS:

.home .page-header{
height: 300px !important;
}
.carousel .page-header {
min-height: unset !important;
}

.navbar-brand {
height: 100px !important;
}

.navbar-brand > img{
max-height: 90px !important;
padding-top:10px;
}

.copyright {
float: none !important;
font-family: Helvetica, sans-serif;
}

body {
margin-top: -40px !important;
}


Viewing all articles
Browse latest Browse all 59525

Trending Articles