Skip to content

Instantly share code, notes, and snippets.

@Nikschavan
Created April 2, 2018 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nikschavan/56bc9b06c97302b5db2f03b696d32116 to your computer and use it in GitHub Desktop.
Save Nikschavan/56bc9b06c97302b5db2f03b696d32116 to your computer and use it in GitHub Desktop.
Astra Theme - Move the sidebar before the content on mobile
@media (max-width: 768px) {
#primary {
order: 2;
}
#secondary {
order: 1;
}
.ast-container {
display: flex;
flex-direction: column;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment