Replies: 1 comment 3 replies
-
Yes, definitely possible. The easiest way is to add one line to the Markdown file of the page in question: <style>
@media screen and (min-width: 76.25em) {
.md-sidebar--primary { visibility: hidden }
}
</style> |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm aware of the ability to hide navigation bar completely (which would change width of columns), but is there a way to actually hide a content for e.g: small/short pages?
So "Ogólne" on the left would disapear, but would stay on the navigation bar at the top and columns would stay as they are.
Beta Was this translation helpful? Give feedback.
All reactions