Hi, how can I make the menu to stick to the top when scrolling also on mobile devices and not just on desktops?
Thanks.
Hey DROR,
Please provide a link to the site so we can look into this further. It should be possible via css.
Best regards,
Jordan Shannon
Sure, link is attached.
Hi,
Try adding this to quick css:
@media only screen and (max-width: 767px){
.responsive #top #wrap_all #header {
position: fixed!important;
}
}
Let me know if this works.
Best regards,
Jordan Shannon
Thanks, that worked but it seems there’s a gap above the menu when scrolling – https://screencast.com/t/0FOduxTz4k How can I stick it to the top?
Hi bakbek,
I did not see any gaps. Which mobile is that?
Best regards,
Victoria