我有一个新闻网站,其中产品标签和产品类别是移动响应的前
http://shopperzshop.com/product-category/casual-shoes-for-men/
但产品属性不具有移动响应能力并且在移动设备中失真,我如何才能使其成为移动响应式
答案 0 :(得分:0)
我检查了你的CSS。 我注意到你错过了一些移动响应式布局的CSS。 您错过了以下网站中的CSS:
@media (max-width: 640px){
.tax-product_cat .products .product, .tax-product_tag .product-type-external {
margin-left: 5%!important;
max-width: none!important;
position: initial!important;
width: 40%!important;
}
}