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.
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.
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.
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;
}This topic has been closed to new replies.