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
Jonathan Ssenkooto
8,232 PointsI need help with checking the max width value in the CSS.
The Code Challenge on Styling the Basic Elements keeps tell me to check the max width value. Do I need to set it to 940 px or did I type it wrong?
Christian Lawrence
3,941 PointsUnsure of the problem without the full code but sounds like it should be:
.some-class {
max-width: 940px;
}
Alex Bogorad
2,596 Pointsits a little hard without a link to where you are but if its in "How to make a website" track in CSS styling where it asks you to target images to fill their parent element then the value in max width is 100%
Jason Anders
Treehouse Moderator 145,863 PointsJason Anders
Treehouse Moderator 145,863 PointsYou will need to link directly to the challenge, in order for us to help you troubleshoot. You can click the "Get Help" button from the challenge (though it has been buggy lately). Or, just paste the URL for the challenge in a comment here.
:)