Forum Replies Created

Viewing 1 replies (of 1 total)
  • I’ve just added the ‘Add Custon CSS’ plug-in it’s site wide and does tidy the display up.

    I used a variation on the post above

    .day {
    padding-right: 5px;
    display: inline-block;
    float: left;
    clear: left;
    }

    .date {
    display: inline-block;
    float: left;
    padding-right: 5px;
    }

    .eventlink {
    display: inline-block;
    padding-left: 10px;
    float: right;
    clear: right;
    width: 100px;
    text-align: left;
    }

    But the aren’t any links – need to investigate further ….

Viewing 1 replies (of 1 total)