stevegrant Posted June 6, 2022 Share Posted June 6, 2022 Site URL: https://www.ptaftf.com/ Hi there, I'm struggling to find a solution myself, so thought I'd put it to you all, to see if we could find a solution. The links in the hamburger menu on Chrome desktop don't seem to be working. i've tried it on Safari mobile and desktop, and it also works on chrome mobile. Any help would be much appreciated, as at a bit of a loss to figure this one out. Thanks so much! Steve. Link to comment
derricksrandomviews Posted June 7, 2022 Share Posted June 7, 2022 They don't work with Edge as well. I think it may be a CSS code problem. When I inspect your Nav links and the screen switches to mobile view, they function. Link to comment
stevegrant Posted June 8, 2022 Author Share Posted June 8, 2022 Correct! works on Safari mobile and desktop as it should. Any thoughts on potential ways to solve this? Link to comment
jpeter Posted June 8, 2022 Share Posted June 8, 2022 @stevegrant The following CSS should resolve this issue: .header-menu-nav-folder-content .header-menu-nav-item-content { pointer-events: auto; } The pointer-events CSS property was set to none as it's value which prevented the element from being clickable. The CSS above overrides the CSS generated by the site's CSS code. stevegrant 1 Full stack developer who loves helping people out with anything web related. If you'd like to support me, buy me a coffee! Link to comment
stevegrant Posted June 8, 2022 Author Share Posted June 8, 2022 This worked great, thanks so much @jpeter Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment