Tribute Page - Layout Help

I am pretty new to Bootstrap, besides what I’ve learned here at FreeCodeCamp, and I’m having some difficulty getting this layout together. I’ve got everything centered correctly (I think) and have my margins set. I just don’t understand why I’m getting this odd white space to the right of my image/caption. Can anybody help with this? I did look through a few other topics but didn’t find this exact problem… so if I missed it or did not dig deep enough, feel free to re-direct me. Thank you.

My pen:
Build a Tribute Page

Yes, your CSS
#img-container { border-radius: 5px; background-color: white; } style is adding the white space delete and you should be fine :smile: PM me on this forum if you need more help. It looks awesome!

1 Like

Thank you both so much. I fixed it using the img-fluid class (switching back to Bootstrap 3 actually expanded the image size, so I stuck with 4).