Joomla Page显示滚动条而不是固定大小

时间:2017-09-27 13:11:20

标签: html css joomla

我正在寻找一些关于我使用Joomla 3.8构建的新网站的帮助。我的页面可以在以下网址查看:

[http://s116169771.websitehome.co.uk/test_site/]

我要做的是创建一个带有全屏图像的页面,我不会因向下滚动而感到困惑,因为我将在图像下面添加更多数据,但它更多地与滚动条有关显示在底部,因为右侧有一个间隙,我看了萤火虫,但无法找到解决这个问题的地方。

如果有人可以提出建议,我会非常感激。

1 个答案:

答案 0 :(得分:0)

你需要从这两个地方删除保证金

.favth-row {
  margin-right: -15px;
  margin-left: -15px;
}
.favth-col-xs-1, .favth-col-sm-1, .favth-col-md-1, .favth-col-lg-1, .favth-col-xs-2, .favth-col-sm-2, .favth-col-md-2, .favth-col-lg-2, .favth-col-xs-3, .favth-col-sm-3, .favth-col-md-3, .favth-col-lg-3, .favth-col-xs-4, .favth-col-sm-4, .favth-col-md-4, .favth-col-lg-4, .favth-col-xs-5, .favth-col-sm-5, .favth-col-md-5, .favth-col-lg-5, .favth-col-xs-6, .favth-col-sm-6, .favth-col-md-6, .favth-col-lg-6, .favth-col-xs-7, .favth-col-sm-7, .favth-col-md-7, .favth-col-lg-7, .favth-col-xs-8, .favth-col-sm-8, .favth-col-md-8, .favth-col-lg-8, .favth-col-xs-9, .favth-col-sm-9, .favth-col-md-9, .favth-col-lg-9, .favth-col-xs-10, .favth-col-sm-10, .favth-col-md-10, .favth-col-lg-10, .favth-col-xs-11, .favth-col-sm-11, .favth-col-md-11, .favth-col-lg-11, .favth-col-xs-12, .favth-col-sm-12, .favth-col-md-12, .favth-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}