【问题标题】:Wordpress Fullscreen site [closed]Wordpress 全屏网站 [关闭]
【发布时间】:2018-08-19 07:42:38
【问题描述】:

我正在使用 IsleMag 主题。如何设置全屏网站?现在有边际。 网站:https://namedycyne.net.pl/

【问题讨论】:

  • wrapper中删除boxed类..

标签: php css wordpress fullscreen


【解决方案1】:

如果您的模板在选项面板中没有此选项,请在 1280 分辨率 dpi 中使用此代码用于全屏网站

将此代码复制到您的 CSS 文件中:模板根目录中的 style.css

@media (min-width: 1280px)
#wrapper.boxed, #wrapper.boxed-long, .boxed .sticky-menu.fixed .container, .boxed-long .sticky-menu.fixed .container, .boxed .sticky-menu.fixed .container-fluid, .boxed-long .sticky-menu.fixed .container-fluid, .boxed #header.sticky-menu.fixed .navbar-transparent, .boxed-long #header.sticky-menu.fixed .navbar-transparent {
    width: 100%;
}

【讨论】:

  • 很遗憾不起作用
  • 你是如何使用这段代码的?
  • 使用此代码后,您的网站缓存在浏览器中可能会使用 ctrl + f5 刷新
  • 我添加到 style.css。我从包装器中删除了盒装类,它可以工作。感谢您的帮助
  • 搅拌答案。祝你好运
猜你喜欢
  • 1970-01-01
  • 2016-11-13
  • 1970-01-01
  • 1970-01-01
  • 2018-09-27
  • 2016-06-04
  • 1970-01-01
  • 2016-02-08
  • 2016-01-08
相关资源
最近更新 更多