Welcome to All Things GHL - Your Go To Resources for Code Snippets

Move Sidebar Toggle

Sidebar toggle got you down? All the way at the bottom of the menu? Let's move it on up.

Move Sidebar Toggle from Bottom to Top of Menu

/* sidebar toggle at top*/
.-right-2.bottom-5.z-50 {
bottom: auto !important;
top: 5rem !important;
}

Agency Level Instructions

  1. Go to Agency > Settings > Whitelabel

  2. Add code to the CSS Code box.

  3. Save

  4. Refresh

Last updated

Was this helpful?