Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. /*Move the “Favorites”, “Cart”, “Login” icons to the top of the page - START*/
  2. .ec-size .ec-store__category-page .ec-store__content-wrapper {
  3. display: flex;
  4. flex-direction: column;
  5. }
  6.  
  7. .ec-size .ec-store__category-page .ec-grid {
  8. order: 2;
  9. }
  10.  
  11. .ec-size .ec-store__category-page .ec-pager {
  12. order: 3;
  13. }
  14.  
  15. .ec-size .ec-store__category-page .ec-footer {
  16. order: 1;
  17. }
  18. /*Move the “Favorites”, “Cart”, “Login” icons to the top of the page - END*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement