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 Basics Using Bootstrap Components Building a Navbar

Jan Durcak
Jan Durcak
12,662 Points

hello 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

Steven Parker
Steven Parker
229,644 Points

To make your issue easy to replicate, create a snapshot of your workspace and post the link to it here.

1 Answer

You 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.