Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
Bullet points, numbered lists or paragraphs do not display in event descrip
ISSUE SUMMARY: Inserting paragraphs, bullet points or numbered lists works within the event editor. But, they are not displayed in the final event description. All paragraphs change to one.
So i tried to follow your instructions in support events page:
Instructions: put this CSS at:
/templates/socialize/css/custom.css
.joms-list__row ul {
list-style: inside none disc;
padding-left: 17px;
}
.joms-calendar__event-item ul {
list-style: outside none disc;
padding-left: 25px;
}
The problem is that there is no "socialize" folder in "templates" folder. Only "beez3", "jf_social", "protostar", and "system" folders. So i opened "jf_social/css/jf_custom.css" and pasted the code. But nothing changed. I edit the event and put paragraphs again in an event description but no paragraphs in event display.