Title: Text Alignment
Last modified: May 18, 2022

---

# Text Alignment

 *  Resolved [kourosh77](https://wordpress.org/support/users/kourosh77/)
 * (@kourosh77)
 * [4 years ago](https://wordpress.org/support/topic/text-alignment-32/)
 * Hi. I can’t align the event texts to be at the center of the boxes. It looks 
   like this :
 * See [https://i.imgur.com/H2OOLYt.jpg](https://i.imgur.com/H2OOLYt.jpg)
 * [[
 * Even though I have set text align to “center” like this :
 * See [https://i.imgur.com/rb2859r.jpg](https://i.imgur.com/rb2859r.jpg)
 * [[
 * What could be the problem?

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

 *  Plugin Support [Eugene White](https://wordpress.org/support/users/eugenewhite/)
 * (@eugenewhite)
 * [4 years ago](https://wordpress.org/support/topic/text-alignment-32/#post-15659412)
 * Hello there.
 * I assume that your theme styles override our plugin styles and that’s why text
   alignment cannot be set. But to check that out, I would like to ask you to provide
   me with your site URL with the Timetable. Thank you.
 *  Thread Starter [kourosh77](https://wordpress.org/support/users/kourosh77/)
 * (@kourosh77)
 * [4 years ago](https://wordpress.org/support/topic/text-alignment-32/#post-15659923)
 * Thanks for the reply.
 * Here you go : [https://radiorasa.online/](https://radiorasa.online/)
 *  Plugin Support [Eugene White](https://wordpress.org/support/users/eugenewhite/)
 * (@eugenewhite)
 * [4 years ago](https://wordpress.org/support/topic/text-alignment-32/#post-15662944)
 * Hello [@kourosh77](https://wordpress.org/support/users/kourosh77/)
 * Here’s the custom CSS you may want to apply under the Dashboard > Appearance 
   > Customize > Additional CSS to change the Timetable text alignment:
 *     ```
       .mptt-inner-event-content{
           text-align: center !important;
       }
       ```
   
 *  Thread Starter [kourosh77](https://wordpress.org/support/users/kourosh77/)
 * (@kourosh77)
 * [4 years ago](https://wordpress.org/support/topic/text-alignment-32/#post-15671998)
 * Thank you very much. It fixed the horizontal alignment of the texts. Can an additional
   line of code be added for the vertical alignment?
 * Right now the text aligns itself at the top middle of the box.
 *  Thread Starter [kourosh77](https://wordpress.org/support/users/kourosh77/)
 * (@kourosh77)
 * [4 years ago](https://wordpress.org/support/topic/text-alignment-32/#post-15679619)
 * [@eugenewhite](https://wordpress.org/support/users/eugenewhite/)
 * Please.
 *  Plugin Support [Eugene White](https://wordpress.org/support/users/eugenewhite/)
 * (@eugenewhite)
 * [4 years ago](https://wordpress.org/support/topic/text-alignment-32/#post-15680477)
 * Hello [@kourosh77](https://wordpress.org/support/users/kourosh77/)
 * Since the height of your blocks is different, here’s the CSS code we come up 
   with:
 *     ```
       .mptt-inner-event-content{
          text-align: center !important;
          margin: auto !important;
       }   
       .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:not(:hover) .event-description{
           display:none;
       }
       ```
   
 * Try applying and let me know if there’s something we need to change.
 *  Thread Starter [kourosh77](https://wordpress.org/support/users/kourosh77/)
 * (@kourosh77)
 * [4 years ago](https://wordpress.org/support/topic/text-alignment-32/#post-15681675)
 * Perfect! Everything looks good now. Thank you for the help. Appreciate it.

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

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

 * ![](https://ps.w.org/mp-timetable/assets/icon-256x256.png?rev=2665792)
 * [Timetable and Event Schedule by MotoPress](https://wordpress.org/plugins/mp-timetable/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mp-timetable/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mp-timetable/)
 * [Active Topics](https://wordpress.org/support/plugin/mp-timetable/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mp-timetable/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mp-timetable/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [kourosh77](https://wordpress.org/support/users/kourosh77/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/text-alignment-32/#post-15681675)
 * Status: resolved