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 trialruna 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