Home › Forums › ASE Support › Content Text Line Spacing › Reply To: Content Text Line Spacing
Keymaster
Hi Try custom CSS code like this: (Customize->Additional CSS)
.aesop-content-component .aesop-content-comp-inner p {
line-height: 1.5em !important;
}
You can change 1.5em to something different to adjust the line spacing as you fit. Hope this helps.