Title: Align Buttons Feature
Last modified: March 21, 2023

---

# Align Buttons Feature

 *  [shizlist](https://wordpress.org/support/users/dnacannon/)
 * (@dnacannon)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/align-buttons-feature/)
 * On the home page, if I use the “Hand-Picked Products” feature, there is a very
   handy option called “Align Buttons,” which aligns all the add to cart buttons
   vertically, and looks very nice.
 * I can’t find a similar option for the shop pages though. As such, the buttons
   are just kind of staggered and chaotic. Is there an “Align Buttons” option I’m
   missing somewhere?
 * If not, you should definitely add this to future versions.
   In the mean time, 
   is there a simple way to align buttons vertically?

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/align-buttons-feature/#post-16582736)
 * Hi [@dnacannon](https://wordpress.org/support/users/dnacannon/),
 * I could suggest CSS code to manually align your button.
 * Can you provide a screenshot showing where the button is located?
 * To share a screenshot here, you can use a link to your image file uploaded to
   a reputable free image hosting like _snipboard[dot]io_.
 * It would have been better if you could have used [this field](https://i.snipboard.io/qhy3No.jpg)
   in your topic.
 *  Thread Starter [shizlist](https://wordpress.org/support/users/dnacannon/)
 * (@dnacannon)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/align-buttons-feature/#post-16591607)
 * Thanks, Kharis. I didn’t include the page address because it’s an adult toy store.
 * Here’s a censored screenshot of a shop page [https://ibb.co/64QTcmg](https://ibb.co/64QTcmg)
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/align-buttons-feature/#post-16593477)
 * Hi [@dnacannon](https://wordpress.org/support/users/dnacannon/),
 * Thank you for sharing the screenshot.
 * To fix the issue, try adding this CSS code to **Appearance** > **Customize** 
   > **Additional CSS** from dashboard.
 *     ```wp-block-code
       .products .product .loop-button-wrap {
         position: absolute;
         bottom: 0;
         left: 0;
         width: 100%;
         height: 100px;
       }
   
       .products .product .price {
         margin-bottom: 70px;
       }
       ```
   

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

The topic ‘Align Buttons Feature’ is closed to new replies.

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [3 years, 1 month ago](https://wordpress.org/support/topic/align-buttons-feature/#post-16593477)
 * Status: not resolved