Title: Multiple Issues
Last modified: February 14, 2024

---

# Multiple Issues

 *  Resolved [tazcrzy](https://wordpress.org/support/users/tazcrzy/)
 * (@tazcrzy)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/multiple-issues-46/)
 * We are working on upgrading our site (in a staging environment). We can’t figure
   out several items:
    1. the “default sorting” box is missing
    2. move the pagination items to the center of the page
    3. move category titles to the left of the page instead of being centered.
 * Can you assist?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmultiple-issues-46%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [isodos](https://wordpress.org/support/users/isodos/)
 * (@isodos)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/multiple-issues-46/#post-17425735)
    1. The default sorting box is showing for me on your shop page
    2. The pagination can’t have css declared as display: block when you’re wanting
       to justify content to center. Therefore, you’ll need to declare display as flex,
       as shown in my screenshot.
 * ![](https://i0.wp.com/i.ibb.co/D8RRHWx/Capture.png?ssl=1)
 * 3. Not seeing category tiles anywhere.
 * Good luck mate.
 *  Thread Starter [tazcrzy](https://wordpress.org/support/users/tazcrzy/)
 * (@tazcrzy)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/multiple-issues-46/#post-17425780)
 * Thank you. Where do I set the pagination display as “flex” I don’t see a place
   to do this.
 *  [isodos](https://wordpress.org/support/users/isodos/)
 * (@isodos)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/multiple-issues-46/#post-17425785)
 * You have to add this as additional css and perhaps declare the class as important.
 *  Thread Starter [tazcrzy](https://wordpress.org/support/users/tazcrzy/)
 * (@tazcrzy)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/multiple-issues-46/#post-17427106)
 * Ok, I’m still lost. I know how to add the css but I can’t read your image well
   enough to know which css code I need to add.
 *  [Beauty of Code (woo-hc)](https://wordpress.org/support/users/beautyofcode/)
 * (@beautyofcode)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/multiple-issues-46/#post-17429090)
 * Hey there 👋
 * Thanks for reaching out!
 * It looks like you have a few issue you’d like to tackle, let’s start from the
   top.
 * > the “default sorting” box is missing
 * Checking your site, much like [@isodos](https://wordpress.org/support/users/isodos/),
   I am also able to see the “default sorting” box:
 * ![](https://i0.wp.com/snipboard.io/bpDWdq.jpg?ssl=1)
 * If you are not seeing the same, can you try [clearing your browser cache](https://www.wpbeginner.com/beginners-guide/how-to-clear-your-browser-cache-in-all-major-browsers-fast-way/)
   and see if this makes any difference?
 * > move the pagination items to the center of the page
 * Can you try adding the following CSS to **Appearance → Customize → Additional
   CSS **and see if this does the trick:
 *     ```wp-block-code
       /* Center Align Pagination */
       .woocommerce nav.woocommerce-pagination ul {
         margin: 0 auto !important;
       }
       ```
   
 * When applying this CSS, it’s important to test the changes on mobile devices 
   to ensure they render correctly and maintain responsiveness with your current
   theme.
 * > move category titles to the left of the page instead of being centered.
 * Would you mind sharing a screenshot of where this is being displayed on your 
   site so that we can take a closer look?
 * If you don’t already have a screenshot tool installed, [Snipboard.io](https://snipboard.io/)
   can be used for easily sharing screenshots. Please follow the instructions on
   that page, then paste the URL in your reply here.
 * Cheers!
 *  Thread Starter [tazcrzy](https://wordpress.org/support/users/tazcrzy/)
 * (@tazcrzy)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/multiple-issues-46/#post-17431597)
 * Thank you for the CSS it did not work.
 *  [Beauty of Code (woo-hc)](https://wordpress.org/support/users/beautyofcode/)
 * (@beautyofcode)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/multiple-issues-46/#post-17431636)
 * Howdy,
 * > Thank you for the CSS it did not work.
 * Hmm, can you try replacing the previous CSS with this and see if it makes any
   difference?
 *     ```wp-block-code
       .woocommerce nav.woocommerce-pagination {
       text-align: center !important;
       }
       ```
   
 * Here is the expected outcome after applying the CSS:
 * ![](https://i0.wp.com/snipboard.io/S1zI4Z.jpg?ssl=1)
 * If this is still not working on your end, it looks like you are currently using
   the Kadence theme on your site. I’d suggest reaching out to the Kadence theme
   developers to see if they have any settings within the theme that are overriding
   this.
 * Here is a direct link to their community support forums:
    - [Kadence Theme Support](https://www.kadencewp.com/support-forums/)
 * Cheers!
 *  Thread Starter [tazcrzy](https://wordpress.org/support/users/tazcrzy/)
 * (@tazcrzy)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/multiple-issues-46/#post-17432676)
 * Thank you. That worked perfectly.
 *  [Beauty of Code (woo-hc)](https://wordpress.org/support/users/beautyofcode/)
 * (@beautyofcode)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/multiple-issues-46/#post-17433277)
 * Howdy,
 * Glad that did the trick!
 * Before marking this topic as resolved, I’d just like to touch base on the third
   issue you mentioned:
 * > move category titles to the left of the page instead of being centered.
 * Do you still need help with this, or are you all set?
 * If you still need help, please share a screenshot of where this is being displayed
   on your site so that we can take a closer look?
 * If you don’t already have a screenshot tool installed, [Snipboard.io](https://snipboard.io/)
   can be used for easily sharing screenshots. Please follow the instructions on
   that page, then paste the URL in your reply here.
 * Cheers!
 *  Thread Starter [tazcrzy](https://wordpress.org/support/users/tazcrzy/)
 * (@tazcrzy)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/multiple-issues-46/#post-17436121)
 * Thank you I was able to figure out the category title issue.
 *  Plugin Support [Shameem – a11n](https://wordpress.org/support/users/shameemreza/)
 * (@shameemreza)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/multiple-issues-46/#post-17438227)
 * Hi @tazcrz,
 * That’s great to hear! Thanks for letting us know. I am glad that we could address
   your issue.! 🙂
 * I will mark this thread as resolved. Should you have further inquiries, kindly
   [create a new topic here](https://wordpress.org/support/plugin/woocommerce/#new-topic-0).
 * Thanks!

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

The topic ‘Multiple Issues’ 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/)

 * 13 replies
 * 4 participants
 * Last reply from: [Shameem – a11n](https://wordpress.org/support/users/shameemreza/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/multiple-issues-46/#post-17438227)
 * Status: resolved