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 trialMohammad Monir Ghannam
13,657 Pointsmax width
i inserted max-width command but still getting a bummer any hints
7 Answers
Calvin Nix
43,828 PointsHey Mohammad,
Could you provide the code you are using?
Richard Duffy
16,488 PointsUsage
element or selector {
max-width: max width that you want;
}
What is the max width that is says on the code challenge?
Mohammad Monir Ghannam
13,657 Pointsthat is exactly what i did
max-width: 940px; and still dont like it
Richard Duffy
16,488 PointsPlease can you paste the whole code.
Mohammad Monir Ghannam
13,657 Pointsgallary {
max-width: 940px; }
Calvin Nix
43,828 PointsHey Mohammad,
Is it possible you are using an incorrect selector name?
Richard Duffy
16,488 PointsYou have missed off the div id put this #gallery