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

Sidebar is now on the right side. I wan it back to the left side How can I do this

  • 3 replies
  • 4 have this problem
  • 1 view
  • Last reply by cor-el

more options

I use Nightly

I use Nightly

All Replies (3)

more options

I think that is part of the "Photon" redesign (https://mozilla.invisionapp.com/share.../screens).

There might be some preferences for those elements, but I suspect there is a better place to learn about them than this site (most users here run release, esr, or maybe beta).

more options

Based on a tip posted by cor-el in a different thread, putting this in a userChrome.css file in your current profile will switch the sidebar to the left side:

#sidebar-box {
  -moz-box-ordinal-group: 0; /* default value: 1 */
}

I checked it briefly in the "Portable" version of Firefox 55a1, but didn't explore around too much to make sure it is free of side effects.

more options

See the daily thread in the mozillaZine Builds forum.

/* Display the sidebar on the left */
#browser { -moz-box-direction: reverse !important; }

See also: Bug 1355331 Move sidebar to the right edge of the window

See also browser.photon.structure.enabled (currently false).

(edit: I found the same CSS code in my notes when I looked for it; see also )

Modified by cor-el