Hello,
I wonder how can I make the sidebar wider and the logo to be always visible (not only when you show the sidebar) like here
You could put the new logo html into here: https://www.dropbox.com/s/u07j55287k4r694/QQ20160916-0.jpg?dl=0
Plz use the css to wider sidebar bar:
.no-touch #sidebar:hover, .touch #sidebar.sidebar-hover {
-webkit-transform: translateX(200px);
-moz-transform: translateX(200px);
-ms-transform: translateX(200px);
-o-transform: translateX(200px);
transform: translateX(200px);
}
#sidebar-trigger {
width:100px;
}
.menu-icon {
width: 100px;
}