Hi, how do I reduce the Line height of bullet list inside icon box content?
Hey jbcomcleaning23,
Thank you for the inquiry.
You can use this css code to adjust the line height of the list inside the iconbox element:
.iconbox_content ul li {
line-height: 1em;
}
If you need to adjust the space between the list and the heading, include this css code:
.iconbox_content ul {
margin-top: 10px;
}
Best regards,
Ismael