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

rdealmeida
 
lackadaize replied on at Permalink Reply
lackadaize
Can you post a link to your site so we can check the code? It's likely something in the css.
rdealmeida replied on at Permalink Reply
rdealmeida
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
lackadaize replied on at Permalink Reply
lackadaize
at line 25 insert this rule:
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.
rdealmeida replied on at Permalink Reply
rdealmeida
Perfect.. !!

Thanks
lackadaize replied on at Permalink Reply
lackadaize
No prob