This is about the shortest archive view I can think of...
In your [i]style.css[/i] file look for "Archive View" (around line 885)
Replace all properties between "Archive View" and "Tag Cloud" with this:
`
ul.archive,
ul.archive * {
padding: 0;
margin: 0;
list-style: none;
font-weight: normal;
}
ul.archive {
}
ul.archive .year {
font-weight: bold;
width: 115px;
display: inline-block;
vertical-align: top;
}
ul.archive .archive-active a {
color: black;
}
#archive h3 {
font-size: 15px;
letter-spacing: 0.1em;
}
`
You could also experiment with [i]columns[/i].
https://www.w3schools.com/cssref/css3_pr_columns.asp