Everything on my webpage looks great, but when I try to print it out, the text ends up appearing like this image. I am utilizing bootstrap 4 and below you will find the code lines for the elements depicted in the image.
<h3 class="text-center">RESULT SHEET</h3>
<!-- for the table -->
<thead>
<tr>
<th colspan="7" class="text-center">COGNITIVE ASSESSMENT</th>
</tr>
</thead>
Can someone please advise me on how to ensure that "RESULT SHEET" and "COGNITIVE ASSESSMENT" display properly in a straight line? Thank you!