Hello friends!
I have created a customized sidebar on the wiki project documentation adding the _sidebar page and everything works great.
If I am not wrong, I read somewhere that in a similar way I could add _custom.css, in order to be able to add some customized css styles over the pages.
The reason why I want to do that, is because my sidebar expands up to 5 levels and I need the width to adjust automatically. I would like to add just the code similar as following:
.right-sidebar {
width: auto;
max-width: 20%;
}
Could I get some help please?
Thanks in advance!