Modular CSS Layout - snippets for wide views, multi column and gallery

I solved my own problem.

  1. In order to go back up a level, I had to insert an empty text column (β€œ>>”) which makes sense considering doing the same (β€œ>”) when starting a new column. :roll_eyes:

  2. This code did the trick. It reduces the amount of space for all the content, but then I had to add some below the title.

.callout .callout-content > * {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

/* Add space below the callout title */
.callout .callout-title {
    margin-bottom: 8px !important;
}

Attached the final result.

Best,
LFT

2 Likes

I have a problem with column. I saw on reddit some guys vault and i download it then i tried the same code for columns on my vault and it’s not properly aligned. My English might be insufficient, so here are the screenshots.
AnuPpucinn:

The Minimal Theme:

There is a issue about minimal theme but i don’t know what it is. I would happy if someone help me.