Title: Last button does not align
Last modified: October 12, 2021

---

# Last button does not align

 *  Resolved [pr0pang](https://wordpress.org/support/users/pr0pang/)
 * (@pr0pang)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/last-button-does-not-align/)
 * The last woocommerce item’s button does not align while all the others do.
    I
   have them in rows of 4-5 but the last one always looks bad.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flast-button-does-not-align%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [320up](https://wordpress.org/support/users/320up/)
 * (@320up)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/last-button-does-not-align/#post-15035792)
 * This thread may assist:
    [https://wordpress.org/support/topic/last-product-in-row-out-of-sync/](https://wordpress.org/support/topic/last-product-in-row-out-of-sync/)
 * The issue may be `clear: right;` for the last column.
 * You could try adding this to your “Additional CSS” for all column layouts:
 *     ```
       ul.products li.product {
           clear: none !important;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Last button does not align’ is closed to new replies.

 * ![](https://ps.w.org/woo-align-buttons/assets/icon-256x256.png?rev=3394703)
 * [Align Woo Buttons](https://wordpress.org/plugins/woo-align-buttons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-align-buttons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-align-buttons/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-align-buttons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-align-buttons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-align-buttons/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [320up](https://wordpress.org/support/users/320up/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/last-button-does-not-align/#post-15035792)
 * Status: resolved