• Resolved bernard57

    (@bernard57)


    I have used css to color the event title but cannot get the full text to flow onto a new line. any help?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello, dear bernard57.

    Thank you for telling us about your problem. Please tell us even more about the problem so that we can help you. We didn’t understand what you want to do. If you can explain for us more specifically, we will help you.

    Thank You.

    Thread Starter bernard57

    (@bernard57)

    The first item listed in August under “Select event for more details” is cut off and does not flow into a new line. Is there a 2 line maximum for event titles? Can I extend that to 3?
    Thanks for your help.

    Plugin Author totalsoft

    (@totalsoft)

    Hello, dear bernard57.

    Thank you for contacting us and for reporting your problem.

    To solve your problem, edit our jquery.e-calendar.css file. Find code in line 11

    .c-event-title { width: 100%; height: 12%; text-align: center; padding-top: 1%; }

    Please edit the code and write like this.

    .c-event-title { width: 100%; height: auto; text-align: center; padding: 1% 0; }

    edit our jquery.e-calendar.css file. Find code in line 21

    .c-pad-top { padding-top: 3%; }

    Please edit the code and write like this.

    .c-pad-top { padding: 3% 0; }

    On the next version, the problem will be solved.

    Thank You.

    Thread Starter bernard57

    (@bernard57)

    Thanks for your response, but I made the changes but no result in the calendar titles.
    Do you mean that the next version of the Calendar will have solved this issue?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wrap title text to new line’ is closed to new replies.