Title: align pagination
Last modified: October 16, 2021

---

# align pagination

 *  [teppestudio](https://wordpress.org/support/users/teppestudio/)
 * (@teppestudio)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/align-pagination/)
 * Is it possible to align pagination in woocom produkt loop to center or right?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Falign-pagination%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/align-pagination/#post-14982093)
 * Hey,
    You can do that with css like this: nav.woocommerce-pagination { text-align:
   center; } Hope it helps!
 * Best,
    Hannah
 *  Thread Starter [teppestudio](https://wordpress.org/support/users/teppestudio/)
 * (@teppestudio)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/align-pagination/#post-14984274)
 * Thank you, I copied your CSS, but the pagination buttons are still on the left
   side. Tried the same CSS with align right, but nothing happens.
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/align-pagination/#post-14984995)
 * Hey,
    It looks like you’re adding this to your css:
 *     ```
       /*nav.woocommerce-pagination {
       text-align: right;
       }*/
       ```
   
 * You just need to change that to this:
 *     ```
       nav.woocommerce-pagination {
       text-align: right;
       }
       ```
   
 * Adding `/* */` allows you to block out text from the code. So in your situation
   it’s blocking out the code if that makes sense.
 * Kindly,
    Hannah

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

The topic ‘align pagination’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kadence/1.5.0/screenshot.png)
 * Kadence
 * [Support Threads](https://wordpress.org/support/theme/kadence/)
 * [Active Topics](https://wordpress.org/support/theme/kadence/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kadence/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kadence/reviews/)

## Tags

 * [align](https://wordpress.org/support/topic-tag/align/)
 * [pagination](https://wordpress.org/support/topic-tag/pagination/)

 * 3 replies
 * 2 participants
 * Last reply from: [hannah](https://wordpress.org/support/users/hannahritner/)
 * Last activity: [4 years, 6 months ago](https://wordpress.org/support/topic/align-pagination/#post-14984995)
 * Status: not resolved