css - WordPress Twenty Fourteen theme 3rd level rollover goes off screen on small monitors -


i have client wants 3 levels of navigation in primary-navigation. (not recommending accessibility reasons.) problem third level sits right of second level , goes off screen when screen 1000 pixels wide or less. mitigate this, client third menu sit on left of 2nd (dropdown) menu. i'm having difficulty figuring out layer controls position of menu.

clues appreciated!

well, brain wouldn't let go, , realized needed search :hover. here correct layer in parent theme. .primary-navigation ul ul li:hover > ul, .primary-navigation ul ul li.focus > ul { left: -150px; }

you can see effect on http://lincolnmontana.com/. left overlapping 2nd level menu bit.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -