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

How to adjust userChrome.css to move the #identity-icon-label to the right side of the #urlbar?

  • 1 reply
  • 1 has this problem
  • 1 view
  • Last reply by cor-el

more options

I hate the way the #identity-icon-label moves the URL over to the right. I've applied a patch to just hide it, but I'd rather make it behave more like IE8 and just have that box show up way over at the right end of the #urlbar.

So far, my customization experiments in userChrome.css havent yielded the desired result. Also, I thought it would be nice for someone else to be able to search and find a solution to this issue. (If it can be answered.)

Thanks :)

I hate the way the #identity-icon-label moves the URL over to the right. I've applied a patch to just hide it, but I'd rather make it behave more like IE8 and just have that box show up way over at the right end of the #urlbar. So far, my customization experiments in userChrome.css havent yielded the desired result. Also, I thought it would be nice for someone else to be able to search and find a solution to this issue. (If it can be answered.) Thanks :)

All Replies (1)

more options

Try code like this to set the wanted order.


#urlbar    .textbox-input-box {-moz-box-ordinal-group:1!important}
#identity-box                 {-moz-box-ordinal-group:2!important}
#urlbar-icons                 {-moz-box-ordinal-group:3!important}