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

    (@snumb130)

    I am not exactly sure what you mean. Not sure which part needs line break. Can you send me a screenshot or the address to site. You can post it here or use the contact form on my site.

    Thread Starter rbladzik

    (@rbladzik)

    The site is https://www.hollyorc.org. I put your widget, bottom center, and I like the functionality.

    I adjusted my CSS sizing and the single line fits within my design. However, I anticipate events with longer titles in the future

    I simply want to put a line break in between the date and the event title, so that each entry is two lines.

    Plugin Author snumb130

    (@snumb130)

    File: ec_calendar.class.php
    Line: 160

    Change:
    . $event->eventTitle . '</a>';
    To:
    . '<br />' . $event->eventTitle . '</a>';

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Events Calendar] Add Linebreak to Widget Display’ is closed to new replies.