Does anyone know of a way to

… move the address/url/search bar in Firefox to the bottom. You can do this “natively” in Vivaldi but I thought perhaps there might be some way to accomplish this in Firefox as well.

I have already removed the tab bar so here it is how it looks now:

firefox

Adding this to chrome/userChrome.css seems to work.

#browser {
        -moz-box-ordinal-group: 0 !important;
}

If you aren’t using a userChrome.css you need to enable it in about:config.

3 Likes

This worked like a charm!
Thank you so much @dalto!
:bouquet:

Screenshot from 2021-10-23 19-58-12

2 Likes

My question is Why?..?? :scream_cat:

1 Like

Good question :thinking:
A matter of taste?

Screenshot from 2021-10-23 20-30-16

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.