简体   繁体   English

如何使WordPress属性移动响应

[英]how to make wordpress attribute mobile responsive

I have the word press website in which product tag and product category is mobile responsive for ex 我有一个新闻媒体网站,其中产品标签和产品类别对移动设备具有响应性,例如

http://shopperzshop.com/product-category/casual-shoes-for-men/ http://shopperzshop.com/product-category/casual-shoes-for-men/

But the product attribute is not mobile responsive and get distorted in mobile how can I make it mobile responsive 但是产品属性对移动设备不敏感,并且在移动设备中失真,如何使它对移动设备敏感

http://shopperzshop.com/pa_brand/puma/ http://shopperzshop.com/pa_brand/puma/

I have checked your CSS. 我已经检查过您的CSS。 I have noticed you have missed some CSS for mobile responsive layout. 我注意到您错过了一些CSS的移动响应式布局。 You have missed below CSS in your site: 您错过了网站中的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;
}
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM