LeeLee Posted March 31, 2020 Share Posted March 31, 2020 Site URL: https://www.setcollective.com.au/welcome Hi, How do I change the Category Order - Currently it is in alphabetical order It needs to be: all, singlets, t-shirts, long sleeve tops, sets Link to comment
tuanphan Posted March 31, 2020 Share Posted March 31, 2020 Add to Home > Design > Custom CSS @media screen and (min-width:641px) { .ProductList-filter-list { display: flex; justify-content: center; } .ProductList-filter-list>li:nth-child(1) { order: 1; } .ProductList-filter-list>li:nth-child(4) { order: 2 !important; } .ProductList-filter-list>li:nth-child(5) { order: 3; } } Repeat for other items Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
LeeLee Posted March 31, 2020 Author Share Posted March 31, 2020 Thanks TuanPhan!! I have copied the code and the extra lines It has reordered but I can't get a space between tshirts and long Do you know what I can enter to fix this please? Thanks, Leanne Link to comment
tuanphan Posted March 31, 2020 Share Posted March 31, 2020 3 hours ago, LeeLee said: Thanks TuanPhan!! I have copied the code and the extra lines It has reordered but I can't get a space between tshirts and long Do you know what I can enter to fix this please? Thanks, Leanne edit your code .ProductList-filter-list>li:nth-child(5) { order: 3 !important; margin-right: 1em; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
LeeLee Posted March 31, 2020 Author Share Posted March 31, 2020 THANKYOU TUANPHAN!! 😀😀 😀😀 😀😀 😀😀 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.