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;
}