Title: Text Alignment
Last modified: August 22, 2016

---

# Text Alignment

 *  Resolved [patrickperte](https://wordpress.org/support/users/patrickperte/)
 * (@patrickperte)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/text-alignment-14/)
 * How can I align the text in the second half of my column to the right? What is
   the code that can be used with the [one_half_last] column?
 * [https://wordpress.org/plugins/column-shortcodes/](https://wordpress.org/plugins/column-shortcodes/)

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

 *  [Matthew](https://wordpress.org/support/users/kidsguide/)
 * (@kidsguide)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/text-alignment-14/#post-5210257)
 * Try this:
 * `[one_half_last style="align: right;"]`
 *  Thread Starter [patrickperte](https://wordpress.org/support/users/patrickperte/)
 * (@patrickperte)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/text-alignment-14/#post-5210262)
 * Sadly, it did not work…
 *  Thread Starter [patrickperte](https://wordpress.org/support/users/patrickperte/)
 * (@patrickperte)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/text-alignment-14/#post-5210268)
 * I managed to fix it, I put a <p> within the text area and aligned the text there
   to the right.
 *     ```
       [one_half_last]
       <p style="text-align: right;">
       Text Here
       </p>
       [/one_half_last]
       ```
   
 *  [Matthew](https://wordpress.org/support/users/kidsguide/)
 * (@kidsguide)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/text-alignment-14/#post-5210290)
 * That works! I forgot to add the `text-align` instead of `align`. That may have
   caused it not to work.

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

The topic ‘Text Alignment’ is closed to new replies.

 * ![](https://ps.w.org/column-shortcodes/assets/icon-256x256.png?rev=1679769)
 * [Column Shortcodes](https://wordpress.org/plugins/column-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/column-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/column-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/column-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/column-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/column-shortcodes/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [Matthew](https://wordpress.org/support/users/kidsguide/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/text-alignment-14/#post-5210290)
 * Status: resolved