Title: Problem with customizing the table
Last modified: August 21, 2016

---

# Problem with customizing the table

 *  Resolved [sgregersen](https://wordpress.org/support/users/sgregersen/)
 * (@sgregersen)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/problem-with-customizing-the-table/)
 * Hi,
    I have a problem with the design of the table. I run some sites with the
   Genesis Framework from Studiopress. In all of this sites, the table with the 
   events doesn’t look nice.
 * [Here’s an example](http://balalajka.dk.linux20.unoeuro-server.com/arrangementer/).
   
   It seems like the table is all to narrow, and the cells are to high, so that 
   the text doesn’t seems to be in one line.
 * I’ve tried to add some of the tags to the themes CSS file, but it doesn’t change
   anything.
 * I would like to have a look something like [this one](http://renegadeswpb.com/events/).
 * Hope you can help me 🙂
 * [http://wordpress.org/plugins/really-simple-events/](http://wordpress.org/plugins/really-simple-events/)

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

 *  Plugin Author [huntlyc](https://wordpress.org/support/users/huntlyc/)
 * (@huntlyc)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/problem-with-customizing-the-table/#post-4036771)
 * Hi, yeah, if you change that line to say:
 * `.hc_rse_events_table td.hc_rse_title p` instead of `.hc_rse_events_table td.
   hc_rse_title` that should do the trick.
 * Try and be as specific as possible with your styles (by targeting the exact element
   you’re after) as there’s a pretty big “reset” that will take over if you’re not
   specific enough!
 * Hope this helps, if you need further help please feel free to add to this thread.
 * Cheers,
    Huntly
 *  Thread Starter [sgregersen](https://wordpress.org/support/users/sgregersen/)
 * (@sgregersen)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/problem-with-customizing-the-table/#post-4036774)
 * Thank you !! The extra “p” did do the work 🙂
 * I also added the table width to 80%.
    But I can’t seem to get the vertical alignment
   of the text to be the same.
 * The text is in middle with the read-more and the date cell, but “top” in the 
   title-cell.
 * I tried with this code, to all 3 cells, but it didn’t work:
 * vertical-align:bottom;
 *  Plugin Author [huntlyc](https://wordpress.org/support/users/huntlyc/)
 * (@huntlyc)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/problem-with-customizing-the-table/#post-4036775)
 * It’s to do with the padding around the p tag in the title…
 * if you add this: `padding: 2px 0 15px 0;` to the rule: `.hc_rse_events_table 
   td.hc_rse_title p` then that looks pretty good to me (**Disclaimer:** I ain’t
   no designer)!!! 🙂
 *  Thread Starter [sgregersen](https://wordpress.org/support/users/sgregersen/)
 * (@sgregersen)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/problem-with-customizing-the-table/#post-4036776)
 * I think I got it now 🙂
 * Thank you for your help 🙂
 *  Plugin Author [huntlyc](https://wordpress.org/support/users/huntlyc/)
 * (@huntlyc)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/problem-with-customizing-the-table/#post-4036784)
 * No worries, looking good!

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

The topic ‘Problem with customizing the table’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/really-simple-events_3f3e36.svg)
 * [Really Simple Events](https://wordpress.org/plugins/really-simple-events/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/really-simple-events/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/really-simple-events/)
 * [Active Topics](https://wordpress.org/support/plugin/really-simple-events/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/really-simple-events/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/really-simple-events/reviews/)

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [huntlyc](https://wordpress.org/support/users/huntlyc/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/problem-with-customizing-the-table/#post-4036784)
 * Status: resolved