It is also much better if the logo with menu is also fixed in the mobile views, as with the screen view.
Can you give me a css command?
Thank you very much
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
Hi,
Please refer to this post – https://kriesi.at/documentation/enfold/header/#sticky-header-on-mobile :)
Best regards,
Yigit
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;
}
}