[Resolved] Can't click on logo on my desktop

Home Forums Support [Resolved] Can't click on logo on my desktop

Home Forums Support Can't click on logo on my desktop

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1283828
    Vlad

    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.

    #1284484
    Leo
    Staff
    Customer Support

    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 🙂

    #1285422
    Vlad

    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?

    #1285493
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media(min-width: 769px) {
        .main-nav {
            float: right;
        }
    }
    #1285533
    Vlad

    Fixed, thanks a lot.

    #1285539
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.