Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS Bootstrap 4 Basics (Retired) Using Bootstrap Components Building the Schedule with a List Group

Scott Burack
Scott Burack
4,449 Points

Schedule heading is floating to the left of my schedule and I cannot fix it.

Please help me with the layout of my schedule, I have been trying to fix it for a while now.

Here is my code... https://teamtreehouse.com/workspaces/25125682# or https://w.trhou.se/l2twlp4lh3

Steven Parker
Steven Parker
229,732 Points

For future reference, only the snapshot link (the second one) is useful for sharing. The other one is temporary and is just for while you are using the workspace.

1 Answer

Steven Parker
Steven Parker
229,732 Points

It looks like you have a couple of incomplete row divisions.

You have two closing "</div>" tags on lines 84 and 85, but you need one more to complete the "about" row. This is also why the "Speakers" title was not centered.

And there are three closing tags on lines 147-149, but you also need one more there to complete the "speakers" row.