I have a deployed website, working perfectly fine on local and server :
autrecote.be/en
except that the menu (including Description & Contact) doesn't work but only on smartphones.
As I used the Grav CMS, I didn't do the responsive adaptation and I have no idea where to begin to look. What could cause the links to work only on computer browsers ?
Thank you a lot for your help
EDIT :
Thanks to the answer below, I managed to find the error, these lines were in the file for the normal menu but not in the mobile menu :
Indeed, I found the error, this line was in the file for the normal menu but not in the mobile menu :
<li class='menu-item menu-item-type-post_type'><a href='{{base_url_absolute }}/{{ item.url|replace({"page:":''}) }}'>{{ item.text }}</a></li>
It is working now, thanks a lot.