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 */
}
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.
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.
Support forum for Event Espresso 3 and Event Espresso 4.