@x23piracy It’s not to be centered on the lines you see, those are just lines. It’s to be centered within the browser dimension.
If the Browser width is too small it will not center, but so long as both sides of the browser are visible, the menu icons will be centered within the browser, not on the lines.
Last night Joe and I found a potential issue with the client in regards to the fog client having “bad” data and we patched it. With any luck, bad cycle data should no longer happen and this should be automatically fixed if it was a problem due to the bad cycle data.
This issue should be fixed now. It was because I was parsing through direct elements (Ensuring integer’s were indeed integers, strings were indeed strings, etc…) But 0 is parsed out as a null/empty/false entry which on update wouldn’t show up. Since changing them back to strings all appears to be working properly.