V 12.0: reduce menu size (width)

eugenio

Administrator
Staff member
If you think the new menu is too large and you are wondering how to change the size (width) of it, add this

CSS:
.td_left_menu {
    width: 15rem;
}

in admin > layout > Custom CSS (original width is 18rem)
 
Top