Change position of “custom section” sidebar

it’s possible? I try this but still no working:


I try to do with css but still no working can somebody help me?

.sidebar-section-wrapper.sidebar-section[data-section-name="buythebookhere"] {
  order: 1;
}
.sidebar-section-wrapper.sidebar-section[data-section-name="reviews-of-customers"] {
  order: 2;
}
.sidebar-section-wrapper.sidebar-section[data-section-name="categories"] {
  order: 3; 
}
.sidebar-section-wrapper.sidebar-section[data-section-name="tags"] {
  order: 4; 
}
.sidebar-section-wrapper.sidebar-section[data-section-name="justbehappy"] {
  order: 5;
}
.sidebar-section-wrapper.sidebar-section[data-section-name="messages"] {
  order: 6; 
}

.sidebar-section-wrapper.sidebar-section[data-section-name="chat-channels"] {
  order: 7; 
}

.sidebar-section-wrapper.sidebar-section[data-section-name="chat-dms"] {
  order: 8; 
}

1 Like

depending on what order you want your sections in, you can do something like this:

.sidebar-wrapper { 
  .sidebar-custom-sections {
    display: contents;
  } 
  [data-section-name="tags"] {
    order: -3;
  }
  [data-section-name="categories"] {
    order: -2;
  }
  [data-section-name="custom-section-title-here"] {
     order: -1;
  }
}
3 Likes

@Lilly is working in the desktop but is no working in the mobile how can I do it? For the mobile