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.
2 Likes
Hi, @infotariat. You can center the image by applying the following changes:
- Add
class="row"to the<figure>tag. - Add the class
center-blockto the<img>inside it. - 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.