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

Ruby Build a Simple Ruby on Rails Application Creating an Authentication System Generating the User Model

William Bode
William Bode
7,105 Points

(presumed) CSS problem: Cannot see "subscribed successfully", hidden under header.

Hey there,

I cannot see the notice "you successfully subscribed", even though i know it's there by inspecting the page.

It's buried under the header, but I skimped on the css course (I will later catch up on it), so I really have a hard time fixing it.

I created a new branch for fixing this on git, and pushed it to github:

https://github.com/dudekowsky/treebook/tree/hiddenalert

So if someone knows a bit of CSS could help me, I would greatly appreciate it! :)

David Richied
David Richied
18,057 Points

I know it has been four months, but to fix the problem, you need to add body { padding-top: 50px; } to the file app>assets>stylesheets>application.css