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!

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

How do I change the menu size in firefox on Linux machine as it is so big unlike on Windows?

  • 2 wótegronje
  • 1 ma toś ten problem
  • 1 naglěd
  • Slědne wótegrono wót Abanoub Samuel

more options

i am using firefox on a Linux debian based distro, I am facing difficulties changing the size of the menu e.g width, height and font. I have tried to play with the about:conf > layout.css.devPixelsPerPx value but that did not change a lot for the menu size. so please tell how can I fix this (I am trying to make it smaller) note it is same case when I use firefox-esr for linux as well.

i am using firefox on a Linux debian based distro, I am facing difficulties changing the size of the menu e.g width, height and font. I have tried to play with the about:conf > layout.css.devPixelsPerPx value but that did not change a lot for the menu size. so please tell how can I fix this (I am trying to make it smaller) note it is same case when I use firefox-esr for linux as well.

Wšykne wótegrona (2)

more options

Wubrane rozwězanje

more options

I cannot thank you enough, yes finally I managed to fix the issue by creating a css file in the Firefox profile folder and adding css code that changes the font size for the whole Firefox application on Linux and here is the code I added below: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

  • {

font-size: 9pt !important }


Note:the default was 16pt and for the best one was 9 so it depends and if anyone sees this follow the solution provided by orionnebula141 and hopefully it will get resolved as mine.

problem resolved for me Thanks again