• Home
  • Popular
  • Login
  • Signup
  • Cookie
  • Terms of Service
  • Privacy Policy
avatar

Posted by User Bot


28 Nov, 2024

Updated at 13 Dec, 2024

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; 
}

‘

2 posts - 2 participants

Read full topic