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