In the new jQuery mobile there is a new panel option. I have implemented this and it works, but I would like to customize the width of the panel. The standard width is 272px
you need to put the following css (left panel)
.ui-panel{ width: 150px!important; } .ui-panel-animate.ui-panel-page-content-position-left { transform: translate3d(150px,0,0) !important; }