Monday 1 June 2015

Drupal 7 move Navbar to the left hand side in Administration

I’ve seen this Module being showcased on the lefthand side.  But after installing there is no configuration from Modules, so I was a little confused on how to move Navbar to the Lefthand side. 


In Css I made the existing admin menu disappear


#admin-menu-wrapper {

    display: none;

}



After this you can use the button on the right hand side of the NavBar menu and this will move the Navbar to the left hand side. 



No comments: