Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

runa verse
409 PointsHow to align span to the right?
How do you align span to the right in Bootstrap 4? pull-xs-right not working
2 Answers

Ezra Siton
12,644 PointsThe class name is now "float-right":
<div class="float-xs-right">Float right</div><br>
v4 docs
http://v4-alpha.getbootstrap.com/utilities/responsive-helpers/#responsive-floats
v3 docs:
https://getbootstrap.com/docs/3.3/css/#helper-classes-floats

runa verse
409 Pointstook it out of the <h4> of the previous element and created a separate one for the <span> and it worked
runa verse
409 Pointsruna verse
409 PointsStill 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