Hi
I have trouble with menu in http://edicionscaligraf.arambee.com/ca/ the template show 2 burger menu in desktop browser and I don't can't disable it (in desktpo) and enable it only in mobile.
can you solve it ?
thanks a lot
jcata Hi Open template folder/css/custom.css file if file is not present kindly create it and add the code
@media(min-width:468px) {.off-canvas-toggle{display:none;} }
now it will appear only for mobile screen.
Ninja ok perfect now it's works thanks
jcata You are welcome!