Home › Forums › WoodMart support forum › WCMP – STOREFRONT › Reply To: WCMP – STOREFRONT
April 30, 2021 at 9:12 pm
#288474
Elise Noromit
Member
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