Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author janizde

    (@janizde)

    Hi alfarosebud,
    the plugin uses your theme’s default table layout to fit in with the rest. So if there is no spacing between the table cells it’s a problem with your theme’s css. Btw the slider on the page linked above seems to override most of the styles of the table cells (e.g. padding and margin).

    Thread Starter alfarosebud

    (@alfarosebud)

    Thanks for your reply which was very helpful. I added this to the custom css and now it works:)

    table {
    border-spacing: 10px;
    border-collapse: separate;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Space between day and hour’ is closed to new replies.