Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

How do I put tabs underneath the url bar?

  • 1 përgjigje
  • 16 e kanë hasur këtë problem
  • 3 parje
  • Përgjigjja më e re nga Moses

more options

With the latest firefox update, the extension "Classic Theme Restorer" that moved the tabs below the url bar broke. Having my tabs at the very top of the screen is extremely ugly, so is there a replacement available, or a customization feature built into the browser that will allow me to move my tabs back where they're supposed to be?

With the latest firefox update, the extension "Classic Theme Restorer" that moved the tabs below the url bar broke. Having my tabs at the very top of the screen is extremely ugly, so is there a replacement available, or a customization feature built into the browser that will allow me to move my tabs back where they're supposed to be?

Krejt Përgjigjet (1)

more options

Add the below to userChrome.css

/* Tab bar below Navigation & Bookmarks Toolbars

  For best results, show Title Bar or Menu Bar */
  #nav-bar { /* main toolbar */
  -moz-box-ordinal-group: 1 !important;
  border-top-width: 0 !important; 
   }
    #PersonalToolbar { /* bookmarks toolbar */
   -moz-box-ordinal-group: 2 !important;
   }
   #TabsToolbar { /* tab bar */
 -moz-box-ordinal-group: 3 !important;
   }