Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

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

  • 6 ответов
  • 4 имеют эту проблему
  • 435 просмотров
  • Последний ответ от 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.

Прочитайте этот ответ в контексте 👍 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.