Page 1 of 1

Making the icons flow left in admin_nav.inc

Posted: Fri Feb 28, 2014 8:06 am
by Hesk Learner
Hi,

When I add a new icon to the admin navigation header, if the total icons became more that 13 , the remaining icons flow in the same row and hide.

How I can make them flow in a new row from the left side as a continuation and fixing the width of the blue header?

I added a new <tr> </tr> to contain the new icons below the original ones ; but in the case of users who have few permissions , it looks inappropriate to have two rows with half empty spaces.

I appreciate any kind of help and thank you in advance.

Re: Making the icons flow left in admin_nav.inc

Posted: Wed Mar 05, 2014 12:24 pm
by Klemen
The quickest solution to your problem would most likely be to simply make HESK wider instead, so all icons are displayed in one line:

viewtopic.php?f=13&t=4881&p=21331#p21331

Re: Making the icons flow left in admin_nav.inc

Posted: Sun Mar 23, 2014 9:11 am
by Hesk Learner
Thank you Klemen for your help