Is there a way to make fullwidth submenu sticky also on mobile view, in a way it behaves on desktop view?
Thanks
Hey MORTULGAAH,
Try adding this to quick css:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header {
position: fixed;
}
}
Best regards,
Jordan Shannon
Thanks. :-)
Hi MORTULGAAH,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria