为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

My top sites have suddenly been reduced to three

  • 7 个回答
  • 21 人有此问题
  • 10 次查看
  • 最后回复者为 cor-el

more options

When I click on the new tab I get a page that shows my top sites. Up until yesterday I had six top sites, now there are only three and I can't see any way of adding more. There are just the three top sites and then the rest of the page is blank. There are no slots or spaces to add the missing sites that I had before. Can anyone help please?

When I click on the new tab I get a page that shows my top sites. Up until yesterday I had six top sites, now there are only three and I can't see any way of adding more. There are just the three top sites and then the rest of the page is blank. There are no slots or spaces to add the missing sites that I had before. Can anyone help please?

所有回复 (7)

more options

I have the same problem, but mine was reduced from 9 to 3.

more options

Sorry, I am not seeing that problem with Firefox 33 in multiple different Profiles. 3 columns, with 2 rows - as always. But tweaking settings for "rows" - 3 rows doesn't show as it did before.

由the-edmeister于修改

more options

Increasing my display resolution solved the issue for me. Is it because the new "new tab" icons are larger than before?

more options

The current release doesn't seem to resize the thumbnails below a certain width, but instead reduces the number of tiles, so you may not see the number of columns that you have specified via the browser.newtabpage.columns pref. You would have to zoom out the page to see more tiles.

more options

I've already tried zooming out. I seem to have lost the useful + - buttons that allowed me to zoom out quickly but I can zoom out fully from the view option. I still only have three tiles. Is there any way of going back to the previous version?

more options

What are the values of the browser.newtabpage.columns and browser.newtabpage.rows prefs on the about:config page?

What is the current height of the browsing window?

Can you attach a screenshot?

  • Use a compressed image type like PNG or JPG to save the screenshot
  • Make sure that you do not exceed the maximum size of 1 MB
more options

You can also try to hide the search bar and the margins at the top and bottom with code in the userContent.css file.

Add code to the userContent.css file.


@-moz-document url(about:newtab) {
 #newtab-margin-top,
 #newtab-margin-bottom,
 #newtab-search-container { display: none !important; }
}

The customization files userContent.css (websites) and userChrome.css (user interface) are located in the chrome folder in the Firefox profile folder.

You can use this button to go to the currently used Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)