Thank you!
It works fine!
/* Sticky header on mobile */
@media only screen and (max-width: 767px) {
.responsive #top #main {
/* Margin top value should be equal to header height*/
margin-top: 180px;
}
.responsive #top #wrap_all #header {
position: fixed;
}
}
i mean in the screen device the Head with Logo und Menue is fixed.
Is it possible to to set that also for the mobile view with css.
Thank you
Hey,
Thank you, it works fine!
Sabine