I am trying to enter a description for an event that has a list of topics but the system keeps double-spacing after the return. How do I change that?
Announcement
Collapse
Information Needed
To help us with upgrading your instance please make sure to:
See more
See less
Formatting event description
Collapse
X
-
Good day @Jennifer
Yes, we are aware of this and hopefully will be addressed in the next release.
However, until then you may add the below code anywhere in custom CSS of the template to override the issue.
.CPEF p {
padding-top: 0;
padding-bottom: 0;
}
Example:
Sorry for the inconvenience.
Hope that helps.Regards,
Click & Pledge Support Department
On Salesforce? Help us by rating our app: Click & Pledge Donor Management on AppExchange
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support available Join between 3:00 - 3:30 p.m. ET Monday - Thursday: https://clickandpledge.com/webinars/
Are you on Salesforce? Join us at the Power of Us Hub: https://powerofus.force.com/0F980000000CjpC
-
Good day Jennifer
The fix suggested by coworker adds a </BR> (line break) in the HTML which is a single break whereas when you click an enter in the HTML editor it creates a <P> (paragraph) tag.
It is a good fix.
Our team was suggesting a change in the CSS to have the definition of paragraph changing. Frankly I like your co-worker fix better.Regards,
Click & Pledge Support Department
On Salesforce? Help us by rating our app: Click & Pledge Donor Management on AppExchange
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support available Join between 3:00 - 3:30 p.m. ET Monday - Thursday: https://clickandpledge.com/webinars/
Are you on Salesforce? Join us at the Power of Us Hub: https://powerofus.force.com/0F980000000CjpC
Comment
Comment