Well one thing you can do is change the font size and it will be “thinner”. Try putting this in your CSS.
#navigation ul.nav li a { font-size:15px !important; }
Thread Starter
OB
(@reburton3941)
Thanks! I can definitely use this code reference, but I actually want to increase the font size while making the bar smaller. I don’t know if that is possible, but that is what I really want! 😉 I just hope someone knows how!
#navigation ul.nav li.home a { font-size:12px !important; }
#navigation ul.nav li a { padding:0.2em 1.618em !important; }
Thread Starter
OB
(@reburton3941)
I have had a problems that predated the insertion of the code that you suggested, but for reasons that totally escape me I was able to fix that problem by removing your code. I don’t understand the connection especially given that those problems already existed. The bottom line is that the other problem took precedence over my desire for a thinner menu, so the code had to go. But thanks, I do appreciate your suggestion!