Skip to content

Instantly share code, notes, and snippets.

@Nikschavan
Created April 2, 2018 10:14
Show Gist options
  • Save Nikschavan/1b1cd2028a3f4aa8272f2e9c98dca38d to your computer and use it in GitHub Desktop.
Save Nikschavan/1b1cd2028a3f4aa8272f2e9c98dca38d 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