This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

New Tab page too short

  • 2 cavab
  • 1 has this problem
  • 2 views
  • Last reply by supercain2

more options

Hi,

When I open a new tab, I am presented with the new tab page, thats fine. However, in the recent days I found it doesnt display the very last row of thumbnails (they are supposed to be 3 rows and I see only 2 of them). I checked out the source with firebug and I noticed the DIV marked with the ID "newtab-grid" has a max-height: 537px defined which makes the page too short to show all the rows. I wonder how can I fix this so the page displays correctly.

Thank you.

Hi, When I open a new tab, I am presented with the new tab page, thats fine. However, in the recent days I found it doesnt display the very last row of thumbnails (they are supposed to be 3 rows and I see only 2 of them). I checked out the source with firebug and I noticed the DIV marked with the ID "newtab-grid" has a max-height: 537px defined which makes the page too short to show all the rows. I wonder how can I fix this so the page displays correctly. Thank you.

Chosen solution

Hi, you can change the number of tiles on the New Tab page by zooming in or out (Ctrl and + key, or Ctrl and - key).

You may also want to keep the same zoom setting when clicking on a new tab: Type about:config into the address bar, press Enter, accept the warning, scroll down to browser.newtab.preload and double click on it to change 'Value' from True to False.

It is also possible in about:config to change the maximum number of tiles, by scrolling down to browser.newtabpage.columns (or .rows), then right click > Modify, to set a new number in 'Value.' More - Configuration Editor for Firefox.

As an alternative, you may like to try the add-on New Tab Tools.

If your question is resolved by this or another answer, please take a minute to let us know. Thank you.

Read this answer in context 👍 0

All Replies (2)

more options

Seçilmiş Həll

Hi, you can change the number of tiles on the New Tab page by zooming in or out (Ctrl and + key, or Ctrl and - key).

You may also want to keep the same zoom setting when clicking on a new tab: Type about:config into the address bar, press Enter, accept the warning, scroll down to browser.newtab.preload and double click on it to change 'Value' from True to False.

It is also possible in about:config to change the maximum number of tiles, by scrolling down to browser.newtabpage.columns (or .rows), then right click > Modify, to set a new number in 'Value.' More - Configuration Editor for Firefox.

As an alternative, you may like to try the add-on New Tab Tools.

If your question is resolved by this or another answer, please take a minute to let us know. Thank you.

more options

Thank you, that was really helpful.