I am encountering problems with the mobile view of my product page. As you can see, they are of different dimensions.
Is it possible for the mobile view (right picture) to retain the product dimension for the desktop view (left picture)?
My website is: wackywears.co
Password: justwack00
Thanks a lot for your help!
Please place this code at the end of theme.scss.
Please make the 'm' of media small.
@_media screen and (max-width: 590px) {
.grid-product__wrapper .product--wrapper .product--image {
max-width: 311.90664556962025px;
max-height: 415px;
}
}
Please make 'm' of media small.@_media screen and (max-width: 590px) {
.grid-product__wrapper .product--wrapper .product--image {
max-width: 311.90664556962025px !important;
max-height: 415px !important;
}
}
Please add me as a staff member.
Please check now.
User | Count |
---|---|
558 | |
215 | |
129 | |
82 | |
49 |