Title: Verical Align issues
Last modified: September 1, 2016

---

# Verical Align issues

 *  [matt070292](https://wordpress.org/support/users/matt070292/)
 * (@matt070292)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/verical-align-issues/)
 * Hello to all,
 * My website is [http://www.whitehousefoods.co.uk](http://www.whitehousefoods.co.uk)
 * I am running woocommerce and I am struggling to vertically align the product 
   titles on the archive pages. (Either middle or bottom would be preferred to top).
 * I have tried a lot of suggestions from this forum and woocommerce forum but still
   no luck.
 * Any suggestions would be much appreciated!
 * Thanks in advance …

Viewing 1 replies (of 1 total)

 *  [Mikey Arce](https://wordpress.org/support/users/mikeyarce/)
 * (@mikeyarce)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/verical-align-issues/#post-7542117)
 * Hi matt070292,
 * What I would do is wrap the H3 in a div and set that div to display as table-
   cell and with a vertical align. Something like this for the Div should keep the
   text aligned at the middle.
 *     ```
       .boxy {
           display: table-cell;
           vertical-align: middle;
           height: 75px;
           width: 200px;
       }
       ```
   
 * Alternatively you could use flexbox to help you but you’d need to change quite
   a bit of things for that 🙂

Viewing 1 replies (of 1 total)

The topic ‘Verical Align 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/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Mikey Arce](https://wordpress.org/support/users/mikeyarce/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/verical-align-issues/#post-7542117)
 * Status: not resolved