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

Please help me out

Hey all, I am working on web application for mobile platform which has side menu to which i gave property of margin-right of -100% & for making myself sure that side menu should be hidden i give body property of overflow-x of hidden. But on some devices it side menu still there on swiping in right direction. https://postimg.org/image/q5ojizs6f/

site link : http://registration.esy.es

1 Answer

Steven Parker
Steven Parker
229,732 Points

If you don't want an element to be seen, instead of placing it to the side, why not just set "display: none"?