php Mai Pro - 强制主要和次要侧边栏宽度相同

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Mai Pro - 强制主要和次要侧边栏宽度相同相关的知识,希望对你有一定的参考价值。

<?php
// Add near the bottom of functions.php, without the above <?php

// Force secondary sidebar to 1/4th width on Sidebar Content Sidebar layout.
add_filter( 'genesis_attr_sidebar-primary', function( $attributes ) {
	$layout = genesis_site_layout();
	if ( 'sidebar-content-sidebar' !== $layout ) {
		return $attributes;
	}
	$attributes['class'] = str_replace( 'col-lg-4', 'col-lg-3', $attributes['class'] );
	return $attributes;
}, 99 );

// Force secondary sidebar to 1/4th width on Sidebar Content Sidebar layout.
add_filter( 'genesis_attr_sidebar-secondary', function( $attributes ) {
	$layout = genesis_site_layout();
	if ( 'sidebar-content-sidebar' !== $layout ) {
		return $attributes;
	}
	$attributes['class'] = str_replace( 'col-lg-2', 'col-lg-3', $attributes['class'] );
	return $attributes;
}, 99 );

以上是关于php Mai Pro - 强制主要和次要侧边栏宽度相同的主要内容,如果未能解决你的问题,请参考以下文章

css 强制GP进入全宽,隐藏页眉和标题并强制布局到没有侧边栏,Beaver Builder在页面上处于活动状态。

使用 CSS 强制侧边栏高度 100%(带有粘性底部图像)?

Android Studio 4.1+ 模拟器侧边栏?

当侧边栏在 single.php 中时,侧边栏分页不显示

php 带有自定义小部件和acf的侧边栏

php Sage&WooCommerce |页眉,页脚和侧边栏重复