Question:
I would like to have the above HTML have all h4’s be aligned together horizontally. The alignment is always off a little bit most of the time. Please help. I would like the h4 to be aligned next to each other despite the change in size.
Answer:
You need to edit your HTML and wrap
<h4>
tags in columns. like
this
If you have better answer, please add a comment about this, thank you!