Home Forums WoodMart support forum Product layout on mobile (category page) Reply To: Product layout on mobile (category page)

#504479

Hello,

Yes, the list view switches to the grid on mobile. The recent version has changes in the CSS.

Please add this code to the Theme Settings > Custom CSS > Global:

body .product-list-item .product-wrapper {
	flex-direction: row;
}

body .product-list-item .product-element-top {
	margin-right: 0 !important;
}

body .product.product-list-item .wd-add-btn {
	justify-content: end;
}

Best Regards