Home Forums WoodMart support forum Shop Page Product LIST View Not 1 Column Shows

Shop Page Product LIST View Not 1 Column Shows

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #358114

    CyberDome
    Participant

    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.
    #358154

    Bogdan Donovan
    Keymaster

    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

    #358196

    CyberDome
    Participant

    image left side and text right side requied.
    ex. below attachment image

    Attachments:
    You must be logged in to view attached files.
    #358202

    Bogdan Donovan
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)