gpt4 book ai didi

css - 在 woocommerce 的移动 View 中显示两列产品

转载 作者:太空宇宙 更新时间:2023-11-04 06:43:02 25 4
gpt4 key购买 nike

我正在为我的 woocommerce 商店使用 sshop 主题 https://techcart.pk .我想为所有低于 768 像素的屏幕分辨率添加两列而不是一列。主题在 768px 处显示两列,但在移动屏幕上主题仅显示一列产品。有什么 CSS 函数代码可以解决这个问题吗?? mobile view of theme

enter image description here

最佳答案

通过编辑现有的 style.css,您可以查看此屏幕截图

@media screen and (max-width: 570px)
.eq-row-col-4 .eq-col {
width: 50%;
float: left;
clear: none !important;
}

enter image description here

关于css - 在 woocommerce 的移动 View 中显示两列产品,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53512354/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com