Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1446894

    Hi, how do I reduce the Line height of bullet list inside icon box content?

    #1446904

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.