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

runa verse
runa verse
409 Points

How to align span to the right?

How do you align span to the right in Bootstrap 4? pull-xs-right not working

2 Answers

runa verse
runa verse
409 Points

Still not working for me.

Here is the code I am working with:


<li class="list-group-item justify-content-between"> <h4 class="list-group-item-heading">Keynote: Internet of Things<span class="badge badge-default badge-pill float-xs-right"> 9:00am </span><br></h4>NodetStradamus </li>


https://codepen.io/runaverse/full/rzqMRJ

runa verse
runa verse
409 Points

took it out of the <h4> of the previous element and created a separate one for the <span> and it worked