Shop Page Product LIST View Not 1 Column Shows
-
very looking good new update. i like your new update and all questions are solved.
Shop Page Product LIST View 1 Column proper not Shows this problem some times not solve. Image and Product Wipper Inline Show.
this issue only mobile html page view problem solve
Attachments:
You must be
logged in to view attached files.
Hi,
We have checked your shop page with a list view and didn’t see any similar issues. (screenshot https://prnt.sc/EX1RWjwLJ60W).
Kind Regards
image left side and text right side requied.
ex. below attachment image
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.product-list-item .product-wrapper {
display: flex;
margin-left: -5px;
margin-right: -5px;
}
.product-list-item .product-wrapper .product-element-top,
.product-list-item .product-wrapper .product-list-content {
width: 50%;
padding-left: 5px;
padding-right: 5px;
}
.product-list-item .product-wrapper .product-element-top {
margin-bottom: 0 !important;
}
.product-list-item .product-wrapper .product-list-content {
text-align: left;
}
Kind Regards