How to fix pagination to be displayed vertically when using WooCommerce with cocoon theme

avatar
Share This:

When the pagination is displayed vertically, buttons are difficult to press and the design is poor, so I looked into ways to set it horizontally. You can display it horizontally by going to Customize WordPress, going to Additional CSS, and inserting the code below.

.woocommerce-pagination .page-numbers {
height: auto;
width: auto;
}

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

three − three =