(This proposed suggestion wasn't what I was looking for)
I have problem with having <hr>
elements right after a title and text elements that is repeated by ACF in PHP. Different sizes of titles and text that are printed cause problems with the <hr>
element being shown vertically in different places. When I want them to be inline with each other.
Here is pic for the current result explaining more the situation: mysituation
And code for this part:
<h2 class="entry-title py-3 text-center"><?php echo $title; ?></h2>
<?php echo $text; ?></p>
<hr class="hr-customcolor" />