Hi there,
I have two hurdles I'm trying to clear.
1) Some of my breadcrumbs are a tad long and run into a second row.  Can I right justify these to avoid that?
2) Some of my Menu names in the dropdown are a tad long and are displayed as two rows.  Can I adjust the width to keep it one row?
Thanks!
-M
                 
                
Comments
1) Solution for breadcrumbs you can find on http://forum.muffingroup.com/betheme/discussion/370/problem-with-too-long-breadcrumbs
2) To increase menu width, you need to use custom css:
#Top_bar .menu li ul li { width: 250px !important; }