I love the layout, but the problem is with the mobile view. The bar flips to the right and then is to wide. Anyone have a solution to this?
I love the layout, but the problem is with the mobile view. The bar flips to the right and then is to wide. Anyone have a solution to this?
Hi All,
To fix the issue of the changes being applied to printouts, try adjusting the following in the CSS:
@media only screen { /* Doc setup */ html {height: 100%} body {height: 100%} #knack-dist_1 {height: 100%; padding: 0 0 0 0; }/* Sidebar */
#kn-app-menu {float: left; width: 180px; height: calc(100% - 60px); background-color: ChangeThis;}
#kn-app-menu > ul > li > a {padding: 0 0 0 5px !Important; width: 175px;}
.kn-scene {float: left; width: calc(100% - 180px); overflow-y: scroll;}
}
Anyone using this notice that today’s changes have made it no longer work?? Can’t seem to find a work around!
Working again for us, what about you @Adam64345 ?
Yep! Working here. Thanks, all.