Title: text alignment in boxes
Last modified: November 17, 2020

---

# text alignment in boxes

 *  Resolved [irmin74](https://wordpress.org/support/users/irmin74/)
 * (@irmin74)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/text-alignment-in-boxes/)
 * Hi
 * How to align text in the boxes to the left. Any code I might use ?

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

 *  [lokeshkalosiya](https://wordpress.org/support/users/lokeshkalosiya/)
 * (@lokeshkalosiya)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/text-alignment-in-boxes/#post-13675950)
 * Hi [@irmin74](https://wordpress.org/support/users/irmin74/),
 * Please share your site URL where you are facing the issue so we can solve your
   problem.
 * Thank you
 *  Thread Starter [irmin74](https://wordpress.org/support/users/irmin74/)
 * (@irmin74)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/text-alignment-in-boxes/#post-13677778)
 * My site is under construction. It is not published yet, so I can’t give u URL
   at the moment.
    I wanted a list (not a text )in the boxes, so I used a code <
   br> to separate the phrases. But now the list looks like an hourglass. The whole
   list’s text is justified and it does not look right. I would like it to be aligned
   to the left. I hope you understand what I mean
 *  [lokeshkalosiya](https://wordpress.org/support/users/lokeshkalosiya/)
 * (@lokeshkalosiya)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/text-alignment-in-boxes/#post-13680863)
 * Hi [@irmin74](https://wordpress.org/support/users/irmin74/),
 * if you have an alignment problem in your showcase boxes apply the below css code
   in your custom css but we don’t know about your showcase post id so in your css
   you have to change the post id in css code. here post id is 33.
    you have to 
   change 33 to your plugin post id.
 *     ```
       #wpsm_service_b_row_33 .wpsm_serviceBox .wpsm_service-content p {
           text-align: left;
       }
       ```
   
 * Thank you

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

The topic ‘text alignment in boxes’ is closed to new replies.

 * ![](https://ps.w.org/service-box/assets/icon-256x256.png?rev=1565349)
 * [Service Box - Icon Box Showcase](https://wordpress.org/plugins/service-box/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/service-box/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/service-box/)
 * [Active Topics](https://wordpress.org/support/plugin/service-box/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/service-box/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/service-box/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [lokeshkalosiya](https://wordpress.org/support/users/lokeshkalosiya/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/text-alignment-in-boxes/#post-13680863)
 * Status: resolved