Hey guys, I’m trying to reduce the space between a header and the list following the header. I’ve tried some ways but they didn’t seem to help much. I’m using minimal theme.
I had the same question and created a css snippet with some code:
If you want to change the header (in your example Quick Access) in reader mode this css code works for me (Minimal theme), beware that you need to adjust for header level:
h2, .markdown-rendered h2 {
margin-bottom: 0px;
}
If there is no header but you’re simply dealing with a list and top text (in your example Dashboards) this css code works for me to adjust reader mode: