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

This thread was closed and archived. Please ask a new question if you need help.

Version 65.0 moved the tabs back to the top of the window. Why isn't the placement optional?

  • 8 replies
  • 6 have this problem
  • 10 views
  • Last reply by jmazzeo

more options

I just updated my copy of Firefox to version 65.0. Immediately, I noticed that the tab bar has now been moved back to the top of the window, despite the hack I used to move it down. I know that I'm certainly not unique in disliking this location for the tabs toolbar. It makes a lot more sense for that toolbar to be below the bookmarks toolbar. That way, it separates the website content from the program's interface. Does anybody know of a way to move the tabs back down below the bookmarks toolbar? TIA

I just updated my copy of Firefox to version 65.0. Immediately, I noticed that the tab bar has now been moved back to the top of the window, despite the hack I used to move it down. I know that I'm certainly not unique in disliking this location for the tabs toolbar. It makes a lot more sense for that toolbar to be below the bookmarks toolbar. That way, it separates the website content from the program's interface. Does anybody know of a way to move the tabs back down below the bookmarks toolbar? TIA

All Replies (8)

more options

Tabs on top has been the default for a long time now. What method were you using to move tabs below the address bar?

more options

If you are using userChrome.css to move the Tab bar, it seems that the naming convention for some selectors was changed slightly for Firefox 65.

See this for a fixed version of "tabs on bottom" code for Fx65.

https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/Fx65_tabs_on_bottom.css

more options

In Firefox 65 they have moved the main Menu bar and the Tab bar in one #titlebar container. This makes it impossible to use a simple -moz-box-ordinal-group rule to move the Tab bar to the bottom position.

See:

Modified by cor-el

more options

See also:

more options

Tyler Downer said

Tabs on top has been the default for a long time now. What method were you using to move tabs below the address bar?

Userchrome.

more options

JBVic said

Tyler Downer said
Tabs on top has been the default for a long time now. What method were you using to move tabs below the address bar?

Userchrome.

Which userChrome.css are you using?

more options

The code posted in this thread is the easiest way to get the tabs on bottom in Firefox 65+ versions.

more options

Why in God's name should we have to be programmers in our spare time just to get the tabs back below the bookmarks toolbar? Where they were forever and where most people want them. I was a graphic designer for years and design is meant to make the eye move in a logical order in an ad, directions, AND browser windows. It is NOT logical to have to jump up above the open window to the very top of the browser. It's also why there are margins of empty space at the top of pages of written material. At least give us the option to move it back without having to figure out what is quite complicated for non-programmers.