• Resolved carlasofia

    (@carlasofia)


    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

    (@carlasofia)

    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;
    }

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

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