This topic has 2 replies, 2 voices, and was last updated 8 years, 6 months ago ago by Stan Russell
The Woocommerce bar for sorting products is too small height-wise. It cuts off the bottom of our text. Is there any custom CSS to increase the height of this bar?
-Thank you
PCPPrinting
Hello,
as we understand ‘sort by’ form on shop page has not enough width. To increase it please add following css code to custom.css file:
.filter-wrap .woocommerce-ordering select{
width:235px;
}
Regards,
Stan Russell.
You must be logged in to reply to this topic.Log in/Sign up