Help Getting My Tribute Page Working

Hey Guys,

I’m having some issues getting my tribute page to work correctly.

Bernie Tribute Page

I’m not able to get everything centered correctly. I’ve been staring at it for what seems like hours. Maybe an extra pair of eyes will help.

Also, please give feedback where you see.

I like to create a div around it and margin-left things in css. But that for sure isn’t the best way. Good luck.

glendroid,

// thumbnail caption
<<<<<<<
<div class="row">
  <div class="col-xs-6">
    <p class="caption text-center"><small><em>"Together, together, my friends, we have begun a political revolution to transform America, and that revolution, our revolution, continues!"</em></small></p>
  </div>
</div>
=======
<p><small><em>"Together, together, my friends, we have begun a political revolution to transform America, and that revolution, our revolution, continues!"</em></small></p>
>>>>>>>

// unordered list
<<<<<<<
<div class="col-md-8 col-md-offset-2"> // you mistakenly used bootstrap v3.3 class instead of v4.0
======= 
<div class="col-md-8 offset-md-2">
>>>>>>>

AHHHH This helped so much! Thank you! Still a work in progress but definitely helped me in so many ways!