I doubt the admins are going to take kindly to individual requests for changing the layout.
However, you can take matters into your own hands. If you're using Firefox or Chrome/Chromium, for example, you achieve something similar by, e.g., installing
the Stylish plugin (Firefox version) or
Chrome version, and then creating a style containng the following:
Code: Select all
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("latex-community.org") {
#bottom-menu {
position: absolute !important;
right: 0px !important;
top: 114px !important;
}
}
That should move the bottom menu to (more or less) where you want it. (Tweak the right: and top: numbers to put it just where you want it.)
You can do the same for most other browsers, but it's harder to explain how.