Skip to content

Instantly share code, notes, and snippets.

@ae-elaine-axis
Created September 28, 2018 11:40
Show Gist options
  • Save ae-elaine-axis/ec85e0cd5d6b4230a43f504f971317aa to your computer and use it in GitHub Desktop.
Save ae-elaine-axis/ec85e0cd5d6b4230a43f504f971317aa to your computer and use it in GitHub Desktop.
Mobile: one column instead of 2
.ec-size .ec-store .grid__products[data-cols="2"] .grid-product:nth-child(n+1),
.ec-size .ec-store .grid__categories--advanced[data-cols="1"] .grid-category:nth-child(n+1) {
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment