Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Last active January 26, 2019 17:41
Show Gist options
  • Save jmabbas/645ab97aff105dc85233136cd4730d12 to your computer and use it in GitHub Desktop.
Save jmabbas/645ab97aff105dc85233136cd4730d12 to your computer and use it in GitHub Desktop.
Electro shop page Filters top in mobile view
@media ( max-width: 768px){
.post-type-archive-product .site-content>.container {
display: flex;
flex-direction: column-reverse;
}
.woocommerce-breadcrumb {
order: 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment