【问题标题】:how to make footer width responsible in wordpress (theme twenty thirteen)如何在 wordpress 中使页脚宽度负责(主题二十十三)
【发布时间】:2014-09-16 14:33:53
【问题描述】:

我的网站有问题:http://elsiea.md/。 当我将网络浏览器的窗口大小调整为 997 像素或更小时,会出现水平滚动。 我认为问题出在这个 div 标签中: 如何更改其样式以使响应式网站正常工作?

【问题讨论】:

    标签: javascript html css wordpress themes


    【解决方案1】:

    这是因为这里定义了一个最小宽度。

    .archive-header, .search .page-header, .archive .page-header, .blog .page-header, .error404 .page-content, .search .page-content, .archive .page-content, .attachment .entry-header、.attachment .entry-content、.post-navigation .nav-links、.sidebar .site-info、.site-footer .widget-area{ 最小宽度:980px; }

    当屏幕尺寸小于 980px 时,您可以覆盖它。

    【讨论】:

      猜你喜欢
      • 2012-05-10
      • 2015-11-29
      • 1970-01-01
      • 2015-05-26
      • 1970-01-01
      • 2013-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-01-21
      相关资源
      最近更新 更多