Genx Blog

A Japanese web3 beatmaker. I make music and art.

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

summertime flag vHuwTvVI5Sw unsplash scaled
Genx 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;
}

—

by

in

Last Updated:

Comments

Leave a Reply

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

eight − three =