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

summertime flag vHuwTvVI5Sw unsplash scaled Cocoon
This article can be read in about 1 minutes.

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;
}

Comment

Donate with Cryptocurrency!

Copied title and URL