不幸的是,他们没有分享太多关于我们所需定制的建议。我花了一周时间才获得如此一致的设计。而主题开发者本可以提供这种皮肤作为替代方案。
不管怎样……
我禁用了全宽组件。并将这些添加为自定义 CSS。
#main-outlet-wrapper {
display: flex;
justify-content: space-between;
}
.sidebar-wrapper,
#main-outlet,
.custom-right-sidebar {
flex: 1;
box-sizing: border-box;
}
.sidebar-wrapper,.custom-right-sidebar{max-width:280px;}
@media (max-width: 768px) {
#main-outlet-wrapper {
flex-direction: column;
}
}
body[class*=user-] .custom-tag-banner, body[class*=user-]
.custom-category-banner, body[class*=user-]
.custom-right-sidebar, body.archetype-regular
.custom-tag-banner, body.archetype-regular
.custom-category-banner, body.archetype-regular
.custom-right-sidebar {
display: flex;
}
希望这对您有帮助。如有必要,我会在您给我发送消息时回复。

