Title: wpSermons CSS
Last modified: August 18, 2016

---

# wpSermons CSS

 *  Resolved [carlasofia](https://wordpress.org/support/users/carlasofia/)
 * (@carlasofia)
 * [18 years, 8 months ago](https://wordpress.org/support/topic/wpsermons-css/)
 * Firstly, thank you for this plug-in. It worked perfectly for me right out of 
   the box.
 * I am just wondering what I need to add to my CSS to make it more visually appealing
   on my website.

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

 *  Thread Starter [carlasofia](https://wordpress.org/support/users/carlasofia/)
 * (@carlasofia)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/wpsermons-css/#post-613150)
 * Specifically what I would like to do is:
 * 1. Have more vertical space between each sermon in the list
    2. Left-align the
   title of the sermon
 * Any help would be greatly appreciated.
 *  [panglea](https://wordpress.org/support/users/panglea/)
 * (@panglea)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wpsermons-css/#post-613151)
 * The sermons are displayed in a table by default (unless you change the display
   in showsermons.php).
 * For more space, try adding some padding or margin to the <td> tag.
 * For example:
 *     ```
       td{
       padding: 5px;
       text-align: left;
       }
       ```
   

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

The topic ‘wpSermons CSS’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 2 replies
 * 2 participants
 * Last reply from: [panglea](https://wordpress.org/support/users/panglea/)
 * Last activity: [18 years, 4 months ago](https://wordpress.org/support/topic/wpsermons-css/#post-613151)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
