Jump to content

chelseat123

Member
  • Posts

    2
  • Joined

  • Last visited

Reputation Activity

  1. Like
    chelseat123 got a reaction from Beyondspace in reorder categories on indigo template   
    Hello there! This worked out great, thank you so much for your assistance 🙂
     
     
  2. Like
    chelseat123 reacted to Beyondspace in reorder categories on indigo template   
    Manually set to order the right position as you wish, you must know how to inspect element via dev tool of browse to get the right selector
    .ProductList-filter-list { display: flex; } .ProductList-filter-list > .ProductList-filter-list-item { margin-right: 15px !important; } .ProductList-filter-list > .ProductList-filter-list-item:nth-child(2) { order:5; } .ProductList-filter-list > .ProductList-filter-list-item:nth-child(3) { order:4; } .ProductList-filter-list > .ProductList-filter-list-item:nth-child(4) { order:2; } .ProductList-filter-list > .ProductList-filter-list-item:nth-child(5) { order:3; } .ProductList-filter-list > .ProductList-filter-list-item:nth-child(6) { order:1; } If using javascript, it could be easier for you to confige
    Let me know how it works on your site
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.