Adjust the line height of a paragraph in an accordion widget?

Wondering if someone could help me adjust the line height of the paragraph inside the accordion widget.


Tagged:

Best Answer

  • Elizabeth_Fedak
    Elizabeth_Fedak Member Posts: 104 MVP
    Answer ✓

    .accordion-description .section-inner {

      line-height: 40px;

    }


    That should work for you, but I think some of the accordions have different classes. And you probably won't want the line height to be 40px! Add it in dev mode to the CSS for that page.

Answers