Hi. I am using an accordion slider on my site. How do I get the EXERPT font line height to be smaller – at the moment its very wide and looks like 3 separate lines of text rather than a paragraph. See the cooking course one….
Here is the link
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.aviaccordion-excerpt p {
line-height:18px;
}
Best regards,
Rikard
Perfect! Thank you.