artberri / sidr

Sidr is a jQuery plugin for creating side menus and the easiest way for doing your menu responsive.
http://www.berriart.com/sidr/
MIT License
2.89k stars 595 forks source link

Sidr menu to occupy full device size when open #310

Closed bananamariap closed 6 years ago

bananamariap commented 8 years ago

Hi, Is it possible to push the sidr menu on a full width. Using the default sidr theme, the sidr menu is set to 260px? How can I make the sidr menu size 100% without overflowing.

edatastyle commented 8 years ago

Hi Yes it possible with simply edit css you can try with bellow css .sidr { width: 100%; } .sidr.right { right: -100% } .sidr.left { left: -100%; }

Thanks

artberri commented 6 years ago

Thanks @proscriptsell I'll close this.

Anyway, Stackoverflow is a better place for doubts and implementation issues.