Hello,
I have sticky header menu, however on small devices it doesn’t stick – however it still shrinks a changes transparency (on pages with transparent header).
I would like to achieve one of those two things. Either
1. Have the menu really stick even on small devices, or
2. don’t stick on small devices, but don’t shrink and don’t change transparency on transparent header pages.
Could you help me with this?
Thank you very much.
This one solved it for me. It doesn’t stick, it still shrinks, but it doesn’t change transparency
@media only screen and (max-width: 767px) {
#top #wrap_all .header_color {
background: transparent;
position: absolute!important;
}
.responsive #top .header_color.av_alternate_logo_active.av_header_transparency .logo a > img {
opacity: 0 !important;
}
.responsive #top .header_color.av_header_transparency .logo img.alternate {
display: block !important;
}
.responsive #top .header_color #header_meta {
-webkit-transition: none;
transition: none;
background: transparent;
}
.responsive #top .header_color .header_bg {
opacity: 0;
filter: alpha(opacity=0);
}
.responsive #top .header_color #header_main {
border: none;
}
}
Hi petrboros,
So do you still need help? Or you’re all set?
Best regards,
Victoria
