-1

我的博客在标准的 20 英寸或更大的显示器上看起来很棒,但如果我将它拖到我的笔记本电脑上……我有一个滚动条,它又大又笨重。似乎是什么问题?如果我重新调整博客的大小,那么它会破坏它,因为一切;甚至 youtube 视频也保持不变。

任何帮助将不胜感激!

http://skepticsoup.com < - 博客

4

1 回答 1

0
In ur css code u have mentioned width as 1500px. make it as 100%


body {
min-width: 1500px;
}
.content-outer, .content-fauxcolumn-outer, .region-inner {
min-width: 1500px;
max-width: 1500px;
_width: 1500px;
}
.main-inner .columns {
padding-left: 0px;
padding-right: 500px;
}
于 2012-12-09T04:11:37.843 回答