@arminunruh said in The mobile menu no longer works:
hey there so your info button is not a mobile menu but its a linked text inside of your layout that was created inside the gridder
its not a mobile menu in the sense that you didn't create it in appearance -> menus
and didn't style it using customizer -> mobile -> mobile menu
you cannot click that link because the
mobile title image overlaps that link:
thats because i think i didn't have this use case in mind when i coded this
use this css in lay options -> custom css -> custom css for mobile
.mobile-title{
width: auto!important;
left: 50%!important;
transform: translateX(-50%)!important;
}
does that fix the issue?
No. No success. Furthermore, the link disappears after refreshing the page
this i cant reproduce.
you mean when i refresh the homepage? https://therealck.com/
So sorry I expressed myself incorrectly. I mean exactly as you said, the link distribution within the layout created in the Gridder. I'm highlighting the text, linking it on the page. After refreshing the page, the link disappears completely again.