Padding/Spacing in Responsive Bootstrap

Hey y’all,

I am building the tribute page and I am having difficulty with the spacing in between my h2 element and my image. While I understand how to add padding to static web pages I am not sure how to apply padding using responsive bootstrap. I would love guidance to solve the issue or a snippet of code that could show me how to solve this issue.

For reference here is my tribute page code: https://codepen.io/zortro/pen/GEjYWy

Bro at:

  1. you don’t have < / h2 > end tag
  2. you can add bottom-margin: xxpx; to your h2 style

Check that: https://codepen.io/anon/pen/jLaqRZ

1 Like

Thanks for catching my error!