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 trialJan Durcak
12,662 Pointshello how would you put nav bar straight again if on " <a>home</a> change size to h4
<a class="nav-link text-white h4 " href="#Home">Home</a
1 Answer
Mike Campbell
19,847 PointsYou could add a class to the h4s and then make one of the attributes in the CSS class that would make that h4 display: inline; or display: inline-block; I think that would work for what you want it to do.
Steven Parker
231,236 PointsSteven Parker
231,236 PointsTo make your issue easy to replicate, create a snapshot of your workspace and post the link to it here.