anvilmediainc 0 Report post Posted March 3, 2011 Menu CSS got screwed up on my dev site (haven't rolled 1.3.1 to my live site yet because I figured stuff would break): This is Live Site vs. Dev Site. I have quite a bit of code controlling the font/spacing of my nav bar in the custom code area of the site, but not sure why it would stop working with the 1.3.1 upgrade. Share this post Link to post Share on other sites
kstrovink 0 Report post Posted March 4, 2011 This is akin to what I experienced. Check your template to make sure that the width isn't reset. Mine was reset to -24... so all of the boxes and columns were destroyed. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 4, 2011 Marked for developer help. Thanks, Bryan Share this post Link to post Share on other sites
Simon 248 Report post Posted March 4, 2011 Looks to me like your custom css is setting a padding to `#primary-nav li a` if you disable the padding in firebug it looks fine. Share this post Link to post Share on other sites
Andrew 207 Report post Posted March 4, 2011 make sure you save your settings to regen custom css. Looks like your custom css is causing the issue. You've set padding for the nav elements there, selectively comment out your custom css until it works. Or work with Firebug to isolate the issue. Share this post Link to post Share on other sites