#How can I center the text in the url bar?
4 messages ยท Page 1 of 1 (latest)
Custom CSS could do that
alright I figured it out. This is the css in case anyone wants it
/*center text url bar*/ #urlbar .urlbar-input, .urlbar-input-container{ text-align: center !important; }
Where do you add this in the userChrome.css file?