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 trialJaspal Singh
13,525 Pointscould not see the margin from left side in a mobile view
i have made all the basic changes in the coding and when i shrink the window for a mobile view than my columns along with headings are not getting any space from left side, i mean to say that i could not read them from the left.
Padraic Histon
8,460 PointsPadraic Histon
8,460 PointsHi Jaspal,
Could you provide your code so we can have a look to see where the problem might be? If you are using media queries in your css then your issue might be that you need to add the padding-left at the breakpoint for mobile devices.