Can't get tabs to display on the bottom
I downloaded Firefox 66.0.5 and am trying to get tabs to show up on the bottom of the bookmark bar.
I created a new file C:\Users\myuserid\AppData\Roaming\Mozilla\chrome\userChrome.css
I applied the code in this locked thread: https://support.mozilla.org/en-US/questions/1248277#answer-1192325
After restarting Firefox, the tabs are still on top.
Anything I'm missing?
All Replies (1)
Your userChrome.css file needs to go into your Firefox profile folder or else Firefox cannot access the file.
If you navigate to the folder %appdata%\Mozilla\Firefox\Profiles\
in the Windows file browser, this will display the profiles that you have on Firefox. Generally, there's usually only one listed. If not, check the about:profiles
page in Firefox to see which profile you are currently running.
The profile folder is where you need to create the chrome
folder. Then you put the userChrome.css
file in there.
For example, in my case, the userChrome.css
file is located at the following location:
C:\Users\Owner\AppData\Roaming\Mozilla\Firefox\Profiles\2pq09vj2.Wesley\chrome\userChrome.css
NOTE: You will need to restart Firefox for the changes to take effect.
Hope this helps.