-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm Green Please Forgive Me #35
Comments
Hello, please make sure your css is correct. .gridder-list { .gridder-show { These styles are mandatory... and using the above css correctly, it should solve you first problem. The other problem is weird, I would need to see it in action to debug it, can I view your test online somewhere? Regards, |
[Link Removed] heres a link to my google drive folder with all my files. The site isn't Sorry if its not super organized. On Wed, Dec 9, 2015 at 4:38 PM, Orion Gunning notifications@github.com
|
in you main.css line 132, you need to remove the float:left; that's what's making your first problem. |
Got it all solved! |
I'm quite new to JS. I am in school for it right now so I'm still learning. I am trying to use the gridder for my portfolio site which is mostly HTML and CSS with just a few JS features. I'm trying to use it in my Portfolio section. It's set up in a 3 element wide grid. Each element in the list is 33.3333% wide and looks just how I want it.
I have two main issues I cannot solve. First, when I click on the either of the left two list items in each row they cause the rest in the row to bump down to the next row. I cant figure out why.
And the next problem is after the sixth list item there is a gap created as if there is a invisible 7th list item even though the 7th is in the place where the 8th should go.
If any of this rambling makes sense and you can help that would be awesome.
The text was updated successfully, but these errors were encountered: