CSS responsive menu - right padding -


i have responsive menu in middle of div.

after resize screen menu moves right of screen.


preview example: >>> code here <<< (all html/css/js accessible via web)

it looks >

before


question:

how align right in picture ...

after

thank in advance.

ps: code in example link (html file)

add position: relative; .content-menu, , position: absolute; right: 0; .nav (both in mobile-size media query).

edit , maybe remove width on .nav, , .nav > li , change them max-width: 280px; min-width: 200px; won't break on screens smaller 300px.

hope helps.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

c++ - End of file on pipe magic during open -