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 trialgoshgarhuseynov
Front End Web Development Techdegree Student 10,873 PointsOn the Header the name "Jane Smith" disappears when i shrink the browser window to tablet or smartphone size. Why?
On the Header the name "Jane Smith" disappears when i shrink the browser window to tablet or smartphone size. Why is that? Can we make it visible, when decreasing browser window size, like other list elements Home, Experience, Photos, Contact?
2 Answers
Jaspal Singh
13,525 PointsHi Goshgar
can you pls send me your HTML and CSS code so that i can check where is the problem.
Thanks
Jaspal Singh
13,525 PointsHi Goshgar yes you can do that by following steps.
- nav. name has declared with the property of display:none, remove it.
- it is declared in the media query with property of display: block so that it can see on large devices. cut it(nav. name) from there and paste it in anywhere in global layout so that it can be seen on any device.
goshgarhuseynov
Front End Web Development Techdegree Student 10,873 PointsThanks Jaspal, it worked. But now when you make the browser window small down to the smartphone size the "Jane Smith" and the "Contacts" disappears from the screen. How can i make them visible? Thanks
goshgarhuseynov
Front End Web Development Techdegree Student 10,873 Pointsgoshgarhuseynov
Front End Web Development Techdegree Student 10,873 PointsHi Jaspal, The files are the same as in Download option. I cannot attach them here. Thanks for help.