Here is my code :
<div class="container-fluid">
<ul class="nav nav-pills">
<li>
<a href="#">Jon L Pritchard</a>
</li>
<li>
<li class ="pull-right">
<a href="#">About Me</a>
</li>
<li>
<li class ="pull-right">
<a href="#">Portfolio</a>
</li>
<li>
<li class ="pull-right">
<a href="#">Contact me</a>
</li>
</ul>
</div>
Here’s what it should look like…
Here’s what I get…
sorinr
#2
Instead of sharing imgs better you just share the link to your codepen.
1 Like
Awesome, Thanks for the info. Totally forgot
sorinr
#5
In codepen->settings->css you have loaded both bs3 and bs4. just get rid of bs4 and your code will work.
1 Like
I added bs4 and it still didn’t work.
sorinr
#7
get rid means to delete that entry not to add it
1 Like
ok thanks, I’ll try again
Removing bs3 & bs4 didn’t work either
Gott it… Thanks, Im a noob and just figured it our with your help… Thanks a million Sorinr
sorinr
#11
Don’t worry to much about that. We all have been noobs. Happy coding.
1 Like