Skip to content

Instantly share code, notes, and snippets.

@ae-elaine-axis
Created May 29, 2018 11:43
Show Gist options
  • Save ae-elaine-axis/0375a0799fb0d74e25f46c7cc2da8c3c to your computer and use it in GitHub Desktop.
Save ae-elaine-axis/0375a0799fb0d74e25f46c7cc2da8c3c to your computer and use it in GitHub Desktop.
Featured products above categories
.ec-size .ec-store .ec-grid { display: flex; flex-direction: column; }
.ec-size .ec-store .ec-grid .grid__categories { order: 4; }
.ec-size .ec-store .ec-grid .ec-page-title { order: 1; }
.ec-size .ec-store .ec-grid .grid__sort { order: 2; }
.ec-size .ec-store .ec-grid .grid__products { order: 3; }
.ec-size .ec-store .ec-grid .grid__list { order: 5; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment