Hi @mariusjopen and @arminunruh !
yesterday i did a collapsed sidebar menu for a page i'm working on right now:
http://morgenmachen.org/startseite-3
The only problem i have is, that the content of the page won't move with the sidebar, like it does in this example:
https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_collapse_sidebar
The CSS they use in the example is:
}
#main {
transition: margin-left .5s; /* If you want a transition effect */
padding: 20px;
}
Is it possible to achieve the effect by changing #main to whatever is used in laytheme? Do i have to put in the page ID? Or is this not possible with laytheme due to the way it uses Java Script?
It would be great if you could give me a little hint :-)
Cheers, Paul