Tribute Page centering help

I cannot figure out how to get the image to fit the page properly, and cannot figure out why the timeline won’t center on the page. Please help!

Two issues with your code:

  1. You should be using Bootstrap 3, not Bootstrap 4 Beta
  2. You need to add class img-responsive and img-center to your image tag
<img src="imageURLgoesHereSmile" class="img-responsive img-center" />

See the version of your page I edited at https://codepen.io/anon/pen/MENvoZ

Thank you! How did that effect the centering of the timeline though? It doesn’t look like you changed anything with that.

1 Like

Your bootstrap code was barely working until things were switched to Bootstrap 3. A lot of things were probably self resolved. The only code edits I made were to the img tag.