solved Expanding the width of the mobile side menu on any skin

boplive
@boplive
8 years ago
345 posts
Before I go crazy exploring  around in the css files or anywhere else..just wondering if the mobile side menu on the mobile function can be expanded a bit more by width so in stead of it sliding out about 1/3 of your phone it expands more than that.
updated by @boplive: 03/08/17 07:13:52PM
douglas
@douglas
8 years ago
2,791 posts
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!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
boplive
@boplive
8 years ago
345 posts
What's going on douglas..I tried that and nothing happened..found that in the core_slidebar.css of FollowMe skin...changed the width to 70%..
I clear cache..integrity check, switch back and forth skins on 3 mobile phones(clear history on the phones) and no luck...i even added the sidebar to work on both tablet and desktop..still just the normal,standard width expansion..:(.. bummer
douglas
@douglas
8 years ago
2,791 posts
Change it to this:

.sb-slidebar {
    width: 70% !important;
}

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

updated by @douglas: 12/03/16 10:45:58AM
boplive
@boplive
8 years ago
345 posts
Yup..that seem to have done it..just adding a simple word to it...then closing it.. :)
Appreciate the quick helps on this..
I just learn more and more from Jamroom.

You guys always rock!

Ed

Tags