Menus displaying off the screen
Permalink 1 user found helpful
I'm using auto nav on a new site. Some of the second and third level menus are displaying in part off screen. Is there any way to make those menus that appear (all or part) off screen, display on the left side of the parent menu instead of the right side.
Thanks
Thanks
Can you post a link to your site so we can check the code? It's likely something in the css.
Thanks for the quick answer.. The link to the website ishttp://www.masslegion.org look under programs > post development > Post Revitalization.. there is a "test page" under there but it can't be seen as it's off the screen.
Thanks
Thanks
at line 25 insert this rule:
seems to work alright. Let me know if that works for you.
ul.c5tp-dd-nav-light ul ul { left:-192px; position:absolute; top:0; }
seems to work alright. Let me know if that works for you.
Perfect.. !!
Thanks
Thanks
No prob