Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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

Èròjà atẹ̀lélànà yii ni a ti fi pamọ́ fọ́jọ́ pípẹ́. Jọ̀wọ́ béèrè ìbéèrè titun bí o bá nílò ìrànwọ́.

How to put the URL-bar at a fixed position to the right of tabs ?

  • 5 àwọn èsì
  • 1 ní ìṣòro yìí
  • 5 views
  • Èsì tí ó kẹ́hìn lọ́wọ́ cor-el

more options

I have moved the URL-BAR to the right of tabs, on the same row, and reduced the size with a few lines in "userChrome.css". I want the URL-bar to be at a fixed position as far to the right as possible, so i get as much free space as i can for my tabs. I´m using FF 20.

I have moved the URL-BAR to the right of tabs, on the same row, and reduced the size with a few lines in "userChrome.css". I want the URL-bar to be at a fixed position as far to the right as possible, so i get as much free space as i can for my tabs. I´m using FF 20.

All Replies (5)

more options

Did you try to place flexible space to the left of the location bar?

more options

Hi !

No. Tried that after reading your reply, but no change. It shrinks and moves to the right as i add tabs, but the start position of the URL-bar is the same, it has not moved.

more options

Sounds that you are using wrong code in the userChrome.css file.

You can set the max-width of the location bar and the search bar to force a maximum width of both bars.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#urlbar-container { max-width: 400px !important; }
#search-container { max-width: 200px !important; }
more options

That is the code i have in my "userChrome.css ". The size has changed. But it is is positioned immediately to the right of my first tab, i want to move it as far to the right as possible, like "right-justified".

more options

That code works for me on Linux.

Did you check your extensions?