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

HTML

I would like to know why my side bar is not going into the side margin of the body. Placing besides the text.

<div class="sideright">

<h3>Features</h3>

<ul>
<li><a href="Featured Artist">Featured Artist</a></li>
<li><a href="Items">Items</a></li>
<li><a href="Brands">Brands</a></li>
<li><a href="Up And Coming Events">Up And Coming Events</a></li>
<li><a href="Heavy Rotation">Heavy Rotation</a></li>
</ul>

</div>

-side bar contents- Features

Featured Artist Items Brands Up And Coming Events Heavy Rotation -side bar contents- <p>-- Lorem ipsum dolor sit amet, ex vel delectus voluptatibus. In nisl hinc perpetua vel, in viderer quaeque usu. Soleat lobortis definitionem in has, esse velit nec te. Vel veritus expetenda argumentum ne, eius latine ut mea, ad modo tale vix. Vivendo contentiones definitionem ei sed, eam semper referrentur te. Aperiam quaestio eleifend ex mel, cu ullum malorum gubergren per, ius suavitate aliquando ea. Vocibus omnesque sententiae mei ad, dolorem appetere id cum. Eam in vitae causae propriae, vis ad accusam adipiscing. At primis melius quo, at qui urbanitas expetendis, eu nam nibh definiebas. <p>---

1 Answer

Steven Parker
Steven Parker
229,732 Points

I assume the placement is related to the class "sideright", but that would be up to the CSS part of the code, which is not shown here.