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

Row class affects width

When using a row class wrapped around a few input fields I often see that the row is not as wide as the container. Evident because elements below span the entire container. It's almost as if there is padding (or margin) added. Do you now why this happens?

Row class?

.row {
 border-radius:50%;
background:red;
padding:20px;
}

My row class means circle : p

What row are you talking about? A frameowkr like bootstra?

COuld you show yoru code please?

ANd if its a framework, i would sugest to use inspector tool and look at a sample, as well as at your code.