Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Created June 28, 2024 11:52
Show Gist options
  • Save jmabbas/1972c06b505ca24a0f1e4b3bd592e791 to your computer and use it in GitHub Desktop.
Save jmabbas/1972c06b505ca24a0f1e4b3bd592e791 to your computer and use it in GitHub Desktop.
Bookworm - Shop page Recommended Books move to bottom
body.archive .site-main {
display: flex;
flex-direction: column;
}
body.archive .site-main > .position-relative.mb-6 {
order:1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment