Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Created June 19, 2025 04:22
Show Gist options
  • Save jmabbas/480439beb95c9d08fc87906aea8bdae7 to your computer and use it in GitHub Desktop.
Save jmabbas/480439beb95c9d08fc87906aea8bdae7 to your computer and use it in GitHub Desktop.
Vodi - Videos jumbotron move to bottom
.post-type-archive-video .content-area {
display: flex;
flex-direction: column;
}
.videos__jumbotron--top {
order: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment