We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

How to move menu bar from left side to right side in Firefox 56

  • 6 תגובות
  • 4 have this problem
  • 1 view
  • תגובה אחרונה מאת cor-el

more options

I can find no add-on to fix this nor any answered question to this so it may not be possible. I am used to, and liked immensely, the "File Edit View, etc." bar on the top right of the screen on my Windows PC. Is it possible to move it back as now with Firefox 56 it is upper left. I understand it can be hidden or viewed via the Customization feature but that is not what I am asking. Thank you.

I can find no add-on to fix this nor any answered question to this so it may not be possible. I am used to, and liked immensely, the "File Edit View, etc." bar on the top right of the screen on my Windows PC. Is it possible to move it back as now with Firefox 56 it is upper left. I understand it can be hidden or viewed via the Customization feature but that is not what I am asking. Thank you.

פתרון נבחר

Normally only an RTL locale could possibly have the direction of the menu bar reversed. In Firefox 57 I can move the menu bar items to the right by adding a few flexible space items at the left end. Firefox 57 has these items in the Customize palette by default. In the current release you would need an extension like CTR to be able to add these special items.

Read this answer in context 👍 1

כל התגובות (6)

more options

Hmm, I'm not sure why it was on the right before. Was it just to the left of the 3 standard Windows buttons? Were you using any add-ons to rearrange the toolbar area?

more options

Yes, it was below the title bar to the left of the close, minimize and restore buttons on the upper right. And no, I wasn't using an add-on to arrange it before. Thanks!

more options

פתרון נבחר

Normally only an RTL locale could possibly have the direction of the menu bar reversed. In Firefox 57 I can move the menu bar items to the right by adding a few flexible space items at the left end. Firefox 57 has these items in the Customize palette by default. In the current release you would need an extension like CTR to be able to add these special items.

more options

Thank you for the info on the add-on. That works!

more options

I was able to move to the left with the .css file the .PanelUI-menu-button so I have an empty space on the right. Maybe you could use that as a start.

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

#PanelUI-menu-button {
    
    padding-right: 50px !important;

}

That is because I have my Windows toolbar on the right and hidden by default so it was creating a conflict each time I pointed with the mouse on the menu of Mozilla. It was literally hidden by it.

THE ONE (1) IS A #. AND NO POINT (.) AFTER IT. JUST #PanelUI-menu-button.

השתנתה ב־ על־ידי cor-el

more options

Note that current Firefox version come with a flexible space item in the Customize palette. So you can easily drag as many flexible spaces you need to a toolbar.