• Fab plugin although i do have one question

    How do i add a seperator (<hr>) between each event as the text is too close together from event a going to event b

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

    (@brewermfnyc)

    You need to make changes like that in the stylesheet for your theme. The MF Gig Cal event list is wrapped in a class, so you can easily access the padding between events with something like this:

    .mfgigcal_list li {
        padding-bottom:15px;
    }

    Hope that helps.

    Plugin Author Matthew Fries

    (@brewermfnyc)

    Or more specifically:

    ul.mfgigcal_list li.event {
        padding-bottom:15px;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Excellent’ is closed to new replies.