One last benefit of firebug.

  1. Download a copy of the stylesheet_mega_menu.css from your site saving it to your desktop.
  2. Open the file in an editor like notepad or notepad+
  3. Around line 22 there should be a call of .mega-menu .dropdown_1column {width: 145px;}
  4. Change the 145 to 200.
  5. Around line 71 there should be a call of .mega-menu .levels li {float: left;width: 150px;}
  6. Change the 150 to 200
  7. Around line 69 there should be a call of .mega-menu .levels a {display: block;width: 10em;font-weight:normal;}
  8. Change this to .mega-menu .levels a {display: block;font-weight:normal;}
  9. Save the file as stylesheet_mega_menu.new to your desktop.
  10. Rename the stylesheet_mega_menu.css on your desktop to stylesheet_mega_menu.old.
  11. Rename the stylesheet_mega_menu.new on your desktop to stylesheet_mega_menu.css.
  12. Upload the renamed stylesheet_mega_menu.csss to your server replacing the original.


What this does is remove the wrap that is now in the Connect dropdown with the Facebook link. If, for some reason it doesn't work, just rename and load the .old version to your server. No harm, no foul.