• Resolved vinda

    (@vinda)


    Hey All –

    Great plugin! I’ve been using it for over a year and I am very happy with it.

    However, since upgrading I do have an issue.

    In the presentation of the upcoming events list, there is now a huge gap between the event title and the date. I believe this has to do with the event title using an “h2” tag and then being followed by the “br” tag.

    Does anyone have a quick suggestion to fix this?

    Maybe in the future the list could be given an ID of “eom_events_list” rather than a class?

    http://wordpress.org/extend/plugins/event-o-matic/

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

    (@mjgarvi)

    The use of a class or ID shouldn’t matter, but depending on your stylesheet, the distance in spacing of your H2 titles may be significant.

    Try adding this style into your theme’s stylesheet:

    .eom_events_list li h2{margin-bottom:5px !important;padding-bottom:5px !important;}

    Where 5px is the new distance you would like for below the event title.

    Thread Starter vinda

    (@vinda)

    Great, thanks!

    I had an error in my CSS (go figure).

    Anyway, I also made it so that the “BR” tag didn’t display, which some people might find useful:

    .eom_events_list br {display:none;}

    It gives the event list a more compact layout.

    Plugin Author Matthew

    (@mjgarvi)

    Hold you’re horses because the latest update is going to have a redesigned events list interface! Enough people have asked for something a little more comprehensive and I’ll have to deliver!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Event-O-Matic] Event List Formating’ is closed to new replies.