Archived topic
Can't click on logo on my desktop
5 replies · Started by Vlad on May 14, 2020
Hey,
For a year I can't click on my logo for a move to the homepage. You can just if you click on a small pixel around the logo, and it's really annoying. On mobile, everything works fine.
Hi there,
Any chance you can disable all plugins except GP Premium to eliminate conflicts from other plugins first?
Please disable your custom CSS to eliminate any conflicts as well.
We haven't had this issue reported before so something is causing the conflict.
Let me know :)
It works only if I remove the whole ccs from my site. And doesn't if I delete just some parts with code.
I tried to catch this, and here is the deal:
It only works if I mark "display none" on mobile menu toggle https://prnt.sc/shabtf
Any ideas?
Hi there,
try adding this CSS:
@media(min-width: 769px) {
.main-nav {
float: right;
}
}
Fixed, thanks a lot.
You're welcome