• Resolved kman17wp

    (@kman17wp)


    I have a hamburger menu that should only appear when on mobile, but at the moment it appears on both PC and mobile. I’ve been looking at why this is happening in the CSS, but so for no luck

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Add this in Design > Customizer > Additional CSS:

    .mobile-nav-toggle { display: none; }

    I notice that the menu on the mobile phone is not usable at all. It does not open. Are you working on it?

    Thread Starter kman17wp

    (@kman17wp)

    Hey thank you for your message, I’m not sure where to find the path you mentioned? Is that on the WordPress dashboard, and that’s interesting that it doesn’t work for you. When i test it out on my phone I’m able to use it

    Yes, this refers to the wordpress backend, also called wp-admin. You can enter individual CSS code there. If you are already doing this elsewhere, you can of course also do it where you have been doing it so far.

    Thread Starter kman17wp

    (@kman17wp)

    Oh, I see thankyou. I actually have that line already there in my style.css

    https://snipboard.io/jaWAZ1.jpg

    No, its not. Take a look at the file which is used by your website: https://secureservercdn.net/198.71.190.156/ygm.ab7.myftpupload.com/wp-content/themes/theme/assets/css/style.css?ver=1&time=1651638387

    .mobile-nav-toggle {
      color: #84754E;
      font-size: 28px;
      cursor: pointer;
      
      line-height: 0;
      transition: 0.5s;
    }

    I would recommend to check if you cleared the cache on your website if you use a cache-plugin.

    Thread Starter kman17wp

    (@kman17wp)

    Thank you, I flushed the cache, and the menu doesn’t appear anymore. Though the javascript portion stopped working again(I can’t click on the toggle menu). Which i believe is because the javascript is no longer working.

    • This reply was modified 2 years, 10 months ago by kman17wp.
    Thread Starter kman17wp

    (@kman17wp)

    Update: Everything is working now thank you. Seems the issue was a path location, and not clearing the website cache

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Toggle menu appearing where it shouldn’t’ is closed to new replies.