Title: Aligning the data
Last modified: August 31, 2016

---

# Aligning the data

 *  Resolved [Rnlhellevoort](https://wordpress.org/support/users/rnlhellevoort/)
 * (@rnlhellevoort)
 * [10 years ago](https://wordpress.org/support/topic/aligning-the-data/)
 * Hi Jeroen!
 * I changed the way my list of gigs is displayed, I wanted it to have a more table
   like feel.
    So now everything is in 1 line. The only thing I don’t like is that
   the space between every part is the same, so it looks kind of messy. I would 
   love to align everything like a normal table, and I know it can be done by changing
   the ‘display’ property in css, but still I can’t figure out how to get this right.
 * Thanks so much, I really appreciate it!
 * // Roxanne
 * [https://wordpress.org/plugins/theatre/](https://wordpress.org/plugins/theatre/)

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

 *  Plugin Author [Jeroen Schmit](https://wordpress.org/support/users/slimndap/)
 * (@slimndap)
 * [10 years ago](https://wordpress.org/support/topic/aligning-the-data/#post-7432974)
 * Hi Roxanne!
 * I am afraid I am not 100% sure what the question is.
 *  Thread Starter [Rnlhellevoort](https://wordpress.org/support/users/rnlhellevoort/)
 * (@rnlhellevoort)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/aligning-the-data/#post-7433008)
 * Haha yay for trying to explain technical things in a different language then 
   your own…!
 * [This](http://www.patricknederkoorn.nl/wp-content/uploads/2016/06/Schermafbeelding-2016-06-01-om-13.55.36.png)
   is what it looks like now.
 * [This](http://www.patricknederkoorn.nl/wp-content/uploads/2016/06/Schermafbeelding-2016-06-01-om-13.56.04.png)
   is what I would like the alignment to look like.
 * Hope this clears things up! Thanks!
 *  Thread Starter [Rnlhellevoort](https://wordpress.org/support/users/rnlhellevoort/)
 * (@rnlhellevoort)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/aligning-the-data/#post-7433016)
 * I figured it out already, I think!
 *     ```
       .wpt_events .wp_theatre_event .wp_theatre_event_title {
       	display: inline;
       	color: #B2CFDC;
       }
   
       .wpt_events .wp_theatre_event .wp_theatre_event_location {
       	display: block;
       }
   
       .wpt_events .wp_theatre_event .wp_theatre_event_datetime {
       	display: inline;
       	color: #C39340;
       	position: absolute;
       	left: 10em;
       }
   
       .wpt_events .wp_theatre_event .wp_theatre_event_venue {
       	display: inline;
       	padding-left: 10px;
       	position: absolute;
       	left: 15em;
       }
   
       .wpt_events .wp_theatre_event .wp_theatre_event_city {
       	display: inline;
       	color: #C39340;
       	padding-left: 10px;
       	position: absolute;
       	left: 26em;
       }
       ```
   

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

The topic ‘Aligning the data’ is closed to new replies.

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Rnlhellevoort](https://wordpress.org/support/users/rnlhellevoort/)
 * Last activity: [9 years, 12 months ago](https://wordpress.org/support/topic/aligning-the-data/#post-7433016)
 * Status: resolved