Home Forums WoodMart support forum improve the filter logic of goods Reply To: improve the filter logic of goods

#26899

Artem Temos
Keymaster

Hi,

1. Our theme filters area use WooCommerce default filters widgets – WooCommerce Layered Nav. And they work in the way you see it now. Each time you click on the link it reloads the page. In case of our theme, it reloads only the shop area with AJAX. We are not able to change this functionality to that you are proposing.

2. Try to use the following CSS snippet

.woocommerce-page #shipping_method {
	text-align: left;
}

.woocommerce-page #shipping_method input.shipping_method {
	float: left;
	margin-left: 0;
	margin-right: 7px;
}

Regards