John Coltrane Tribute Page

I tried to reverse engineer the example, but I’m, having trouble getting the center alignment correct. Bootstrap’s classes are a little new to me still.

Coltrane tribute page

2 Likes

Hi, @infotariat. You can center the image by applying the following changes:

  1. Add class="row" to the <figure> tag.
  2. Add the class center-block to the <img> inside it.
  3. Add class="text-center" to the <figcaption> tag.

Thanks! I’ll get adding those and see how it looks.

Made edits. Still had to add a tiny bit of CSS in order to get the bullet point list to align the way I wanted. I feel like I’ve gotten somewhat close to the example.

Love it! I did one for T Monk.