How to Set Top Menu table.topMenu width

Hey All, 

I have one that is driving me to distraction.  I set up a template awhile ago, and now that I've gone back to check it the menu is too wide.  Not sure who/what happened, but i can't figure how it happened.  Basically, there is this: 

<div class="sys_top_menu">
 
<table class="topMenu" cellspacing="0" cellpadding="0" style="width:1013px">

with sys_top_menu set to 1008px wide with 3px borders on either side, for an effective width of 1014px.  Now I know I can just edit this part of BxBaseMenu: 

$this->sCode .= '<table class="topMenu" cellpadding="0" cellspacing="0" style="width:' . $this->sWidth . '"><tr>';

But I want to know how it happened in the first place.  I've looked through probably 20 pages in page Builder, all are 998 (with a 1013px menu).  And besides, doesn't the menu size to the width of the page...as in, each individual page dictates the width of the top menu on that page?  
 
So what could be causing this?  I think it has to be on the admin back end somewhere, as no one can make ftp changes but me.  
 
Anyway, please let me know! 

 
Quote · 28 Nov 2013

Dolphin sets a lot of widths dynamically depending on settings.  One that I am trying to wrap my head around is the member menu width that is set by js.  I am not sure exactly which js function is controlling the width of the menu; but making changes to font size is causing my member menu bar to be too high.  Not trying to hijack the thread, just trying to show how it can be difficult to track some of this stuff down; you have js functions setting widths, php code setting widths, etc. outside of just the style sheets.

Geeks, making the world a better place
Quote · 28 Nov 2013

its driving me slightly mental.  I don't think its in the js/php files as I'm pretty sure I know who changed it somehow, and they don't have access to that.  Not that that matters, as they will have no idea what they did.  

Quote · 28 Nov 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.