• Resolved kusalo

    (@kusalo)


    I am finding a way to adjust most things to suit my situations. Thank you.

    But, I am having trouble finding a tidy way of setting a gap between events in month view. I see div > h3 > a href > span – but I can’t work out the css combo to set a, say 4px, space between each event for a single day.

    It is a bit of a hack but in
    .\my-calendar\my-calendar-output.php
    I have added styling to <$hlevel class=’event-title…

    $title = "	<$hlevel class='event-title summary$group_class' id='mc_$event->occur_id-title-$id' style='display:inline-block; width:100%; border-radius:6px;'>

    There must be a cleaner way to do this?

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

    (@joedolson)

    Did you try something like h3.event-title { margin-bottom: 4px }?

    Thread Starter kusalo

    (@kusalo)

    thanks @joedolson – I think I was over-defining the target… too much thinking ??

    I really appreciate your reply. Scripts working out well. Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘set margin between events’ is closed to new replies.