dharmagate 1 Report post Posted October 1, 2012 Hi After upgrading to 2.3.1 from 2.3, the fixed nav bar lost its proper alignment. please review here (site is under construction): http://healingspace.co.il/ any fixes? -tom note: this is Hebrew Wordpress, but I doubt it has to do with that. Share this post Link to post Share on other sites
dharmagate 1 Report post Posted October 1, 2012 anyone else experiencing this? Share this post Link to post Share on other sites
James B 436 Report post Posted October 2, 2012 Hi there, I'll notify the developers of this and they'll take a look for you. Someone will advise further shortly. Kindly search the forum and read the documentation before posting. It will help you resolve many issues. For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting. James B Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted October 2, 2012 Hi, Looking at you website page source it would appear that you have this in your custom CSS, which is causing the issue. If you remove the following the code from your custom code area, it will resolve your issue. body { position: absolute; top: 0; left: 0; bottom: 0; right: 0; padding: 0px; overflow-y: scroll; overflow-x: hidden; }[/CODE] Please search our forums, before posting! Share this post Link to post Share on other sites