css 更改页脚小部件的宽度

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 更改页脚小部件的宽度相关的知识,希望对你有一定的参考价值。

/*Change width of the footer widgets*/
@media (min-width: 768px) {
  .fl-page-footer-widgets .col-sm-3:first-child {
    width: 40%;
  }
  .fl-page-footer-widgets .col-sm-3:nth-child(2) {
    width: 20%;
  }
  .fl-page-footer-widgets .col-sm-3:nth-child(3) {
    width: 20%;
  }
  .fl-page-footer-widgets .col-sm-3:nth-child(4) {
    width: 20%;
  }
}

以上是关于css 更改页脚小部件的宽度的主要内容,如果未能解决你的问题,请参考以下文章

在页脚小部件中居中图像

php 添加页脚小部件

php 添加Wordpress页脚小部件区域

php 页脚小部件标题

scss 使用flexblox的页脚小部件

php 将Genesis页脚小部件更改为4列/类