Expanding the width of the mobile side menu on any skin
Design and Skin Customization
In either your core_slidebar.css or just slidebar.css find this:
.sb-slidebar {
width: 30%
}
and change the width to whatever you like.
Hope this helps!
.sb-slidebar {
width: 30%
}
{$item.discuss_description|jrCore_format_string:$item.profile_quota_id|jrCore_strip_html|truncate:150}
{jrCore_lang module="jrGallery" id="37" default="View all {$profile_place} images in slideshow"}
{jrCore_lang module="jrGallery" id="37" default="View all `$profile_place` images in slideshow"}
background: #444444;
background: -moz-linear-gradient(#444, #111);
background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
background: -webkit-linear-gradient(#444, #111);
background: -o-linear-gradient(#444, #111);
background: -ms-linear-gradient(#444, #111);
background: linear-gradient(#444, #111);
background-color: #444444;