I have problem with different sizes of texts because there is <hr> element just right after the text and the <hr> elements don’t line up to inline.
My code:
<?php echo $text; ?></p>
<hr class="hr-customcolor" />
Is there way to get the <hr> elements to line to inline any way when text block is repeated?