Title: Purchase Note Alignment
Last modified: July 4, 2023

---

# Purchase Note Alignment

 *  Resolved [securec](https://wordpress.org/support/users/securec/)
 * (@securec)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/purchase-note-alignment/)
 * I am trying to change the alignment of the purchase note text for WooCommerce.
   Currently, the alignment for all the purchase note text is right-aligned, but
   I need it to be left-aligned. No CSS I have tried can achieve this.
 * Please assist. Thank you.

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

 *  Plugin Support [Aashik P – a11n](https://wordpress.org/support/users/aashik/)
 * (@aashik)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/purchase-note-alignment/#post-16885311)
 * > Currently, the alignment for all the purchase note text is right-aligned, but
   > I need it to be left-aligned. No CSS I have tried can achieve this.
 * I’m not exactly sure what you mean by purchase note text.
 * To make sure we’re on the same page, can you please get back to us with
    1. **System Status Report:** You can find it via WooCommerce > Status. Select “
       Get system report” and then “Copy for support”.  Once you’ve done that, paste
       it here in your response.
    2. A full-page screenshot of the page you’re looking at.
    3.  - If you don’t already have a screenshot service installed, you can try [https://snipboard.io](https://snipboard.io)
          or [http://skitch.com/](http://skitch.com/).
        - _You can share the direct link to the image as a response to this topic._
        - [Please redact any private details, including address, name, email address,
          transaction details, API Keys, Passwords, etc]
 *  Thread Starter [securec](https://wordpress.org/support/users/securec/)
 * (@securec)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/purchase-note-alignment/#post-16885637)
 * Hi There,
 * Please see purchase note I am referring too below:
 * [https://snipboard.io/C9Nyrs.jpg](https://snipboard.io/C9Nyrs.jpg)
 * On the frontend this purchase note text for each product is right-aligned and
   we need it to be left-aligned.
 * How can we achieve that?
 * Thanks
 *  Plugin Support [Aashik P – a11n](https://wordpress.org/support/users/aashik/)
 * (@aashik)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/purchase-note-alignment/#post-16891242)
 * > Please see purchase note I am referring too below: [https://snipboard.io/C9Nyrs.jpg](https://snipboard.io/C9Nyrs.jpg)
 * Thank you for clarifying [@securec](https://wordpress.org/support/users/securec/)
 * > On the frontend this purchase note text for each product is right-aligned and
   > we need it to be left-aligned.
 * In Storefront theme, it is left aligned by default:
 * ⌊Purchase note⌉⌊Purchase note⌉
   Link to image: [https://d.pr/i/fUeX1E](https://d.pr/i/fUeX1E)
 * I do not see a System Status Report, but you may be able to achieve the same 
   results with this CSS depending on the theme you’re using
 *     ```wp-block-code
       .woocommerce-checkout .product-purchase-note td {
           text-align: left;
       }
       ```
   
 * If that doesn’t help, please get back to us with:
    1. **System Status Report:** You can find it via WooCommerce > Status. Select “
       Get system report” and then “Copy for support”.  Once you’ve done that, paste
       it here in your response.
    2. A screenshot of the page you’re referring to.

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

The topic ‘Purchase Note Alignment’ 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

 * [alignment](https://wordpress.org/support/topic-tag/alignment/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [purchase note](https://wordpress.org/support/topic-tag/purchase-note/)

 * 3 replies
 * 2 participants
 * Last reply from: [Aashik P – a11n](https://wordpress.org/support/users/aashik/)
 * Last activity: [2 years, 11 months ago](https://wordpress.org/support/topic/purchase-note-alignment/#post-16891242)
 * Status: resolved