• Resolved vmgenie

    (@vmgenie)


    All the events in my Spiffy Calendar are double spaced. How can I set them to single spacing? I’m using it for a family birthday calendar, so there are a lot of days with a lot of entries, and double spacing takes up a lot of room.

    I searched in the forum for a solution and found one similar question from a year or so ago. The answer at that time was to reset calendar style to “default” under options. I tried that but no change, even after I refreshed the calendar.

    I am using Windows 7 and I am a premium customer, if that makes any difference.

Viewing 3 replies - 1 through 3 (of 3 total)
  • SunnyThemes

    (@sunnythemes)

    Can you send me a link to your website? If you don’t want to post it here, you can email support @ sunnythemes.com

    SunnyThemes

    (@sunnythemes)

    Hi Vicki,

    I got your link. Your theme is setting the line height to 150%, resulting in the double spacing. You can fix it in the calendar by adding the following CSS:

    .spiffy.calendar-table {
    line-height: normal;
    }

    – Bev

    Thread Starter vmgenie

    (@vmgenie)

    Thank you! The code you sent was easy to paste in and totally did the trick. I don’t code, so I don’t know any of that stuff…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Set Spiffy Calendar to Single Spacing’ is closed to new replies.