Twitch Viewer Bootstrap Formatting Help

Hi guys, wondering if anyone can help me figure out what I’m doing wrong while trying to format my Twitch Viewer. The mechanics are working correctly, but now that I’ve got the list of streamers I’m trying to put each of them into a Bootstrap grid element and so far I’ve been unsuccessful at getting the column offsets to work. Here’s the project. Thanks for your help!

I think you still need to style your list id. You can do that when you create the element.

     block.prepend("<div class ='row'>" + "<div class='col-sm-2'>" + "<img src='" + logo + "'>" + "</div>" + "<div class='col-sm-3'>" + name + "</div>" + "<div class='col-sm-7'>" + status + "</div></div>");

}

Something like that…