Title: Pages
Last modified: March 7, 2023

---

# Pages

 *  Resolved [revold1995](https://wordpress.org/support/users/revold1995/)
 * (@revold1995)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/pages-146/)
 * How to reduce the size of pages, or reduce the number of pages when switching
   pages, because everything does not fit in the mobile version
 * <font _mstmutation=”1″></font>
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpages-146%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [revold1995](https://wordpress.org/support/users/revold1995/)
 * (@revold1995)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/pages-146/#post-16536333)
 * ![](https://i0.wp.com/hyper-arena.com.ua/wp-content/uploads/2023/03/photo_2023-
   03-07_15-02-00.jpg?ssl=1)
 * <font _mstmutation=”1″></font>Here is an example
 *  [Amir A. (woo-hc)](https://wordpress.org/support/users/amiralifarooq/)
 * (@amiralifarooq)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/pages-146/#post-16537141)
 * Hi [@revold1995](https://wordpress.org/support/users/revold1995/)
 * This can be fixed with some custom CSS. Under **Customize > Additional CSS**,
   you can add the following code:
 *     ```wp-block-code
       /*reduce the paginaton number font size */
       @media screen and (max-width:512px){
       .woocommerce-pagination :is(a.page-numbers, .current) {
           min-width: 22px !important;
           height: 25px !important;
       }
       }
       ```
   
 * If you’d like to learn more about CSS, I highly recommend using the [free tutorials at w3schools](https://www.w3schools.com/w3css/).
   Here, you can find the basics of [selectors](https://www.w3schools.com/cssref/css_selectors.asp)(
   how to target the right element on the page), and [properties](https://www.w3schools.com/cssref/)(
   how to change the element on the page).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Pages’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [pages](https://wordpress.org/support/topic-tag/pages/)
 * [woocomerce](https://wordpress.org/support/topic-tag/woocomerce/)

 * 2 replies
 * 2 participants
 * Last reply from: [Amir A. (woo-hc)](https://wordpress.org/support/users/amiralifarooq/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/pages-146/#post-16537141)
 * Status: resolved