Disable mystickymenu on specific page
-
We are using mystickymenu on the site and it is working great with the exception of one page(https://nscurl.com/playdowns/scoreboard/#!/competitions/3360/draws/11607) when a standard iPAD in the horizontal position is used. Turning the iPAD to the vertical position and on all other devices(iPhones, laptops, etc, etc) the error does not exist. When the plugin is enabled, the content on the page all gets pushed to the left side of the screen once the user has scrolled down and the sticky menu becomes visible. My thought was to simply disable the sticky menu for this page but I can’t figure out how to do that. Is this possible? I see from the advanced settings you can disable it for the front page and/or groups of pages so I tried to figure out a solution using CSS(below) but had no luck. Any help you could provide would be great.
.page-id-1234 .mystickymenu {
display: none;
}The page I need help with: [log in to see the link]
- The topic ‘Disable mystickymenu on specific page’ is closed to new replies.