Home Forums WoodMart support forum WCMP – STOREFRONT Reply To: WCMP – STOREFRONT

#288474

Hello,

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

.tax-dc_vendor_shop .wcmp-tab-header {
	 margin-bottom: 20px;
}
.tax-dc_vendor_shop .wd-products-per-page,
.tax-dc_vendor_shop .wd-products-shop-view,
.tax-dc_vendor_shop .woocommerce-ordering {
		display: inline-flex;
		vertical-align: middle;
		margin-top: 0;
		margin-bottom: 20px;
		margin-right: 20px;
}

Best Regards