Title: Formatting Problem
Last modified: April 27, 2018

---

# Formatting Problem

 *  Resolved [stevebenthal](https://wordpress.org/support/users/stevebenthalgmailcom/)
 * (@stevebenthalgmailcom)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/formatting-problem-12/)
 * Hi,
    See how Time and Event are not aligned left, and St Louis de Montfort Feast
   Day (Title) isn’t aligned w/ Time and has extra space above 11 AM Rosary (Description)
 * How do I fix that?
 * Steve
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fformatting-problem-12%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Robswaimea](https://wordpress.org/support/users/robswaimea/)
 * (@robswaimea)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/formatting-problem-12/#post-10227077)
 * not part of support.. just some dude.
 * Not knowing your knowledge of CSS… and editing…
    You would put this code in your
   CSS editor or your Child Theme.. And the ubiquitous statement… Make back-ups 
   of your files before editing..
 *     ```
       .css-events-list table.events-table th.event-time {
           text-align: left !important;
       }
   
       .css-events-list table.events-table th.event-description {
           text-align: left !important;
       }
       ```
   
 * If that is a bit difficult for you… which I understand…
    Could you post here 
   what your Events List look like in your settings ? And I can show you another
   acceptable approach.
 * Admin -> Settings -> Events
    Click the tab “Formatting” Click “Events” it will
   expand… first option -> **Events Page**
 * Copy here what you have in your response….
    **Default event list format header**
   and the same.. **Default event list format** and the same.. **Default event list
   format footer**
    -  This reply was modified 8 years, 1 month ago by [Robswaimea](https://wordpress.org/support/users/robswaimea/).
 *  [Robswaimea](https://wordpress.org/support/users/robswaimea/)
 * (@robswaimea)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/formatting-problem-12/#post-10227667)
 * at first I didn’t understand the “space” you mentioned..
    but you can try this
   which actually moves your “time” up to the top..
 *     ```
       .datetime {
           vertical-align: text-top;
       }
       ```
   

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

The topic ‘Formatting Problem’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [Robswaimea](https://wordpress.org/support/users/robswaimea/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/formatting-problem-12/#post-10227667)
 * Status: resolved