Viewing 1 replies (of 1 total)
  • Plugin Author Jeroen Peters

    (@jeroenpeters1986)

    Hi FullerCreative,

    you can do that by editing your CSS. There a few css-classed you can use to fix this.

    For columns, use:
    name_directory_column

    For individual entries use:
    name_directory_name_box

    For example (add 10px of padding left and right of the columns):

    <style>
    .name_directory_column {
    padding: 0 10px;
    }
    </style>

Viewing 1 replies (of 1 total)

The topic ‘Column Spacing’ is closed to new replies.