Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More
Solved Archived

Is it possible to move menu button in new interface?

cor-el replied
HunOL

I find idea of menu at right side awful. Is it possible to move button to prior position or at least to the left?

I find idea of menu at right side awful. Is it possible to move button to prior position or at least to the left?

All Replies (3)

Chosen Solution

Install Stylish Add-on for Firefox https://addons.mozilla.org/de/firefox/addon/stylish/ .

Create a new style under Add-ons -> User Styles and copy the following text into the biggest of the three boxes:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

@-moz-document url("chrome://browser/content/browser.xul") {

 #PanelUI-button, #customization-panel-container,
 #customization-panelWrapper .panel-arrow,
 #ctr_panelui-button,
 #wrapper-ctr_panelui-button {
   -moz-box-ordinal-group: 0
 }


 #PanelUI-button {
   background-position: 100% 0, calc(100% - 1px) 0, calc(100% - 2px) 0;
 }

}

End of Text (Don't copy this line.)############

Save and restart. The Button should be on the left now.