본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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

  • 6 답장
  • 4 이 문제를 만남
  • 308 보기
  • 최종 답변자: 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.