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
Nursultan Bolatbayev
16,774 PointsHow to delete white spaces around the header and avoid horizontal scrollbar.
Hello. In how to make a website course my code is almost the same with teacher's code. But I get white space around the header and horizontal scrollbar. How to solve the problem?
1 Answer
Ashish Mehra
Courses Plus Student 31 Pointsyou can use
word-wrap: break-word;
for avoiding horizontal scroll bar
body{
overflow-x:hidden;
}
Nursultan Bolatbayev
16,774 Points"word-wrap" doesnt change anything. I think "overflow-x" is hacking, not solution. How to post code here? Thank you!
Nursultan Bolatbayev
16,774 PointsNursultan Bolatbayev
16,774 PointsHow to add code or code file?