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 >
question:
how align right in picture ...
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
Post a Comment