Hello,
I am working on the Tribute Page challenge and am working to figure out what I am missing here.
Would anyone be able to tell me what I’m doing, or not doing, that is causing the page to come out with everything stuck to the left? I am preferential to hints that will help me find the answer in place of giving me the code or direct answer. With that in mind, I am close to desperate so I’ll take what you’ve got.
Project Link - hhttps://codepen.io/Fiesta_Siesta/full/vgKzOY
Thank you for any help you can give and I hope you all are having fun out there.
A hint would be to you check the bootstrap grid documentation here.
Check the gird documentation, You are only using 5 cols.
1 Like
Cool cool cool! Team Rocket’s Blasting Off Again! [Which just means I’m off to learn]
Thanks a ton, guys. (^-^) Y
So, I was able to get past my previous roadblock, but would anyone be able to tell me why the image is still off to the left?
Project Link - https://codepen.io/Fiesta_Siesta/full/vgKzOY
The class “center-block” doesn’t seem to be doing it for some reason, and I am wondering if I am using it correctly.
Previously, I was using class “col-md-offset-3” in a manner depicted below but found it adjusting poorly when the browser window was shrunk:
<div class="thumbnail img-responsive col-md-6 col-md-offset-3"><img class="img-responsive" src="https://libcom.org/files/imagecache/article/images/library/Picture%20of%20Noam%201960s.jpeg">
<div class="caption text-center">Noam Chomsky, MIT, 1960</div></div>
Please let me know if I can be of any other help and I appreciate any advice you can give.
Thanks Again,