Hello,
currently the navigation labels are always displayed below the content of the timeline. I want to have it displayed above the content. A previously recommended solution does NOT work for me which involved adding the following code into the theme.css (tried with and without and tags)
.Timeline {display: flex; flex-direction: column-reverse;} .Timeline__ListItem {width: 100%;} @media screen and (min-width: 1140px){ .Timeline__Nav {margin-bottom: 65px; margin-top: 0 !important;} } @media screen and (min-width: 641px) { .Timeline__Nav {margin-top: 0 !important; margin-bottom: 40px;} }