• Hello.
    I’m having trouble with the mobile menu being non functional on my site. The button is present, but will not drop down. Primary Navigation Menu on desktop works just fine, but not on mobile. My site it using the Rise Theme.
    I’ve seen in other discussions to check the widgets and plugins being used to see if any are affecting. I have done this and nothing seems to be the culprit.

    Appreciate the help finding a resolution.

    Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    Mobile compatibility is theme dependent.

    I recommend asking the author of your rise theme for help.

    • This reply was modified 7 years, 1 month ago by t-p.

    Hi @jconley75,
    it looks like the floater that contains the social buttons covers the menu button and therefore the button never receives the tap. You can use the CSS below to correct the problem, but you should really contact the plugin developers to look into the issue and provide a proper solution.
    I believe you are using the Ultimate Social Media and Share Icons plugin. That plugin hasn’t been updated in 3 years and you should probably use a newer plugin that is actively being maintained.

    #sfsi_floater {
    	right: 150px !important;
    	width: auto !important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Menu not functioning’ is closed to new replies.