[Genesis] WooCommerce - Enable product sorting/ordering
Our themes disable the WooCommerce product sorting/ordering toggle menu by default. To enable this, follow the instructions below.
1. Copy the code below.
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
display: block;
float: left;
}
2. Go to Appearance > Customize > Additional CSS.
3. Paste the code in the box, then click Publish.
If you'd prefer the menu to display on the right, change float: left; to float: right;