Navigation tree styling and customization

0
Hello everyone,  I want to customize the navigation tree in Mendix to display the label below the icon, when the navigation tree is collapsed and when navigation tree is expanded, display the label and icon horizontally. I tried using this property    (.mx-navigationtree { /* Every navigation item */ .navbar-inner > ul { & > li { & > a { display: block; } } } } )   but its not working as I am expecting. Please refer below image that I am expecting as a output.   
asked
0 answers