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

What kind of forum has this become?

  • 4 replies
  • 2 have this problem
  • 8 views
  • Last reply by cor-el

more options

FAQ based forum WT? Like repeated questions? Again a forced update? Why does moz have such a serious problem with page tabs next to it's actual page? Address bar/shortcut bar in between? HELLO! They are PAGE tabs...not button bar tabs/address bar tabs...PAGE TABS!!!!! And this time where the tabs were moved some transparent art image and tabs back at top? And me on another quest to move the tabs to where they belong?

FAQ based forum WT? Like repeated questions? Again a forced update? Why does moz have such a serious problem with page tabs next to it's actual page? Address bar/shortcut bar in between? HELLO! They are PAGE tabs...not button bar tabs/address bar tabs...PAGE TABS!!!!! And this time where the tabs were moved some transparent art image and tabs back at top? And me on another quest to move the tabs to where they belong?

Chosen solution

See:

See also:

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

Read this answer in context 👍 1

All Replies (4)

more options

Chosen Solution

See:

See also:

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

more options

Thanks, still baffles me why they WIPE this @ EVERY update! Guess I am lucky this time moz did not erase current session! Yet leave behind the transparent empty bar. Will wade threw that long thread and try to figure out which part they clobbered WITHOUT permission! about.config is still set to true, so they clobbered chrome? Thanks again!

more options

Wow this forum is crazy. Keeps trying to sign me in to the wrong account. Thanks I replaced my userchrome file and it fixed this issue. I was reluctant since I could have sworn userchrome was used for more than moving tabs. We'll see. Hopefully I did not just clobber something else. Thanks again.

more options

If your current code to get the tabs on bottom isn't working in Firefox 71 then you can add this rule to your userChrome.css or edit an existing rule for #TabsToolbar and add display: block !important;

 #TabsToolbar {
  display: block !important;
 }