Hi guys!
My site is www.eldhusatlasinn.is (X and Integrity stack)
PW: Loa
I have an overlapping header logo using this custom CSS:
.x-navbar-inner {
min-height: 60px;
max-height: 60px;
}
.x-brand img {
position: fixed;
background-color: transparent;
width: 250px;
margin-top:8px;
}
@media (max-width: 450px) {
.x-brand img {
position: relative;
width: 250px;
margin-top: 0px;
margin-left: 30px;
}
}
Is it possible to shrink the logo on scroll? Maybe inside the navbar on scroll?
Can you possibly help with this?