2015-04-29, 01:08:03
here are my overrides to make it work with stylewide and sbfixed.
Should work in 3.4 also
Changed footer to not fixed since footer hooks are inside of it, also added a override for sa_debug console
PHP Code:
/* shawn_a flat_blue overrides */
.wrapper {
margin-left:200px;
}
#maincontent {
width: 100%;
position: inherit;
margin-top: 61px;
}
#sidebar {
margin-left:-200px !important;
}
.sbfixed #sidebar {
margin-left: 0 !important;
left:0;
position:fixed !important;
}
#footer{
position:inherit;
height: auto;
}
#sa_gsdebug-wrapper.fullwidth {
position:relative !important;
}
Should work in 3.4 also
Changed footer to not fixed since footer hooks are inside of it, also added a override for sa_debug console