Hi there,
I would like to have the navigation menu on mobile static.
Now the navigation menu is fixed, and seems to be causing some layout shift at the top of the pages, and cls problems on DevTools.
In found also this css in theme options :
#mb{display:none;}
@media (min-width: 240px) and (max-width: 667px) {
#mb{display:block;}
#dk{display:none;}
}
What can i do to resolve the cls problem ?
Thanks