Adjust the line height of a paragraph in an accordion widget?
Noahkinney9
Posts: 1
Wondering if someone could help me adjust the line height of the paragraph inside the accordion widget.
Tagged:
1
Best 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.
1
Answers
-
You will most likely need CSS. If you can provide the link to your site or a preview link if it's unpublished, we may be able to assist.
0 -
Thanks @Elizabeth_Fedak, the worked perfectly.
1