Tuesday, 15 June 2010

mmenu iconbar at right side of page -



mmenu iconbar at right side of page -

does know how show 'mmenu icon-bar' @ right side of page in stead of left?

body { overflow-x: hidden; } .mm-page { background: inherit; min-height: 100vh; position: relative; -webkit-transform: translate(60px); transform: translate(60px); padding-right: 60px; } .mm-menu:first-child, .mm-menu.mm-current { display: block; }

try moving padding right left , translate left right:

.mm-page { -webkit-transform: translate(-60px); transform: translate(-60px); padding-left: 60px; }

mmenu

No comments:

Post a Comment