icon box, bullet list

bulleted list does not work within icon box
using html (<ul><li>)
Is there a reason for this?

Thanks!
Dara

Comments

  • Hi,

    if you mean description field, bullets lists does not work for the Icon Box because never wasn't styled. However, you can style them easily with the following css:
    .icon_box ul {
        list-style: outside none disc;
        margin: 0 0 15px 30px;
    }
    .icon_box ul li{
        margin-bottom: 10px;
    }
Sign In or Register to comment.