Home › Forums › WoodMart support forum › New Update Shop Page "Sort" in next Line › Reply To: New Update Shop Page "Sort" in next Line
April 14, 2021 at 7:06 am
#282639

Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.elementor-products-grid .woocommerce > *:not(.products) {
display: inline-flex;
vertical-align: middle;
margin-right: 30px;
}
Best Regards