Reply To: Submenu not showing AND Sidebars not able to be edited

#22753
Daniel Tara
Keymaster

You custom CSS code is missing a closing bracket:

.navbar-inverse {
        background: #fff;

Should be:

.navbar-inverse {
        background: #fff;
}