We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

left bar (how to auto-expand or make longer) in css? - Modern Concept | Forum

Daryl
Daryl Nov 8 '14
What would I change in the css to make the left bar (the one that contains links to forum, groups, members etc.) either show more without being expanded, or to start out expanded.


Thanks.

Soundchum web solution
A private message with the code sent to you 
Elvis
Elvis Nov 15 '14
hello,
can you please sent the code for me too?
thank you
Soundchum web solution

Quote from Elvis hello,
can you please sent the code for me too?
thank you
the mail sent to you

check your mail box

Jobee Bendijo
Jobee Bendijo Jan 5 '15
Why not just post the code here, so that those who bought it don't have to wait for you to send it by PM????


I would like the code as well please.

The Forum post is edited by Jobee Bendijo Jan 5 '15
Soundchum web solution

Quote from Jobee Bendijo Why not just post the code here, so that those who bought it don't have to wait for you to send it by PM????


I would like the code as well please.


ok, i will post the code here very soon
you are welcome
Rob
Rob Feb 19 '15
I'd like the code too, please :)
Soundchum web solution
For those want expand left sidebar, today i decided to publish the code for my dear customers here


change it in your risk, you should be good in CSS codes, if you want us to change any thing for you it is paid service 


if you want more height for left menu and not be expanded

search for this code in css file

.ow_menu_wrap {
background: transparent; 
position: relative;
width:190px;

left:0px;
top:65px;
height: 30%;
overflow-y: hidden;
overflow-x:hidden;
z-index: 96;
-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
}

and then change the height from 30% to 100%

don't forget to enable dev mode to see changes

Rob
Rob Feb 20 '15
Thanks!
Luis A C Silva
Luis A C Silva Feb 21 '15

Theme By Owner,


If I set 60% and have 20 users online, you will see a scroll bar to view the other users?

Soundchum web solution
Yes you will
You do not have permission to reply this topic