Support

Home Forums Event Espresso Premium events-table formatting

events-table formatting

Posted: June 11, 2014 at 8:35 pm


Russ Reynolds

June 11, 2014 at 8:35 pm

Hello,

I am modifying the file at events-table/index.php

I found the code that displays the table.

I just want to put a <hr /> between the rows to clean it up a little.

I can’t figure out where to put it so it works.

Here is the code I am trying to insert the <hr /> into:

redacted – Event Espresso support team – LOC


Dean

June 12, 2014 at 12:12 am

Adding an HR to a table is more trouble than it is worth. You can achieve a similar look by using CSS, something like this:

#ee_filter_table {
border-collapse:collapse; /* needed for the border to work */
}

tr.espresso-table-row {
border-bottom: #000 thin solid;  /*black bottom border*/
height: 40px; /* adds some extra space */
}


Russ Reynolds

June 12, 2014 at 7:49 am

Thank you.

Can you tell me which css file I would add that code to? I tried a couple and there was no change.


Josh

  • Support Staff

June 12, 2014 at 8:09 am

We recommend adding CSS to a theme’s custom stylesheet. If your theme does not have a custom stylesheet, the Reaktiv CSS Builder plugin is recommended.


Russ Reynolds

June 12, 2014 at 8:22 am

Thanks…that worked.

The support post ‘events-table formatting’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso