Saratoga Script - How do I widen the Navigation menu?

Hi, I just need a little help finding the php code to widen the Navigation menu to 200 px rather than the 100 px or so that it’s set at right now. I looked in menubar.php, settings.php and ajax-dashboard.php and could not find it.

The reason I need this widened is I’ve just added a Feedjit widget to my navigation pane (menubar.php) and the minimum width is 160 px.

Many thanks!

If I am understanding correctly, I adjust mine within my weather-screen-winter-wide.css file

Starting about line 125

/* ##### Left Side Bar ##### */

.leftSideBar {
width: 12.5em;
float: left;
clear: left;
}

Hi tbrasel,

Nope, it’s not .leftsideBar… that just expands the menubar’s blue background, but not the menubar itself.

The flyout-menu.php generates the CSS for the flyout menu. You’ll need to change that script also.