Responsive menu not appearing properly
-
Hi,
Since centering the menu (thanks for your help) and setting the top alignment at various widths to ensure that the menu stays in position, for some reason there are two problems with the responsive menu.
If you make your window width around 830 pixels wide.
Sometimes the first click brings up the menu but then it disappears again straight away. I can’t find a consistent way of making this happen. Perhaps the first attempt after reload or resize maybe?
The main problem is if you make the menu appear and the click on the downward arrow to show the submenu for Products, you can’t select any of the sub pages, they aren’t links. Also, if you view in Firefox the About us and Contact us appear to the right hand side.
Something is broken but I don’t think that it is anything that I have done.
I hope you can help.
Many thanks,
Rob
-
Hi Rob,
In regards the links not lining up properly you have a couple of custom CSS changes in your site not related to the plugin that are messing up the styling inside your themes styles.css file, namely the following 2:
line 757 - .sub-menu { float: left; } line 2900 - .sub-menu li { float: left; }When I remove these all is working correctly.
As such, please remove these or alter so they trigger more specifically.
Many thanks
That’s brilliant thank you, that makes the menu work perfectly.
Interestingly, these two lines are part of the standard Twenty Eleven stylesheet. Removing them doesn’t seem to cause a problem with the main twenty eleven theme and they do resolve the problem.
Thanks again, great plugin, great support.
Rob
Hi Rob,
Not a problem and great that this got it working for you!
Always a pleasure
The topic ‘Responsive menu not appearing properly’ is closed to new replies.