In inspect you can see the template codes and the css. You can also edit the template and the css in inspect.
But like I said you can not tell what is causing that by looking at a screenshot so you will have to use inspect yourself.
This is what you will see.
When you right click on the page body and select inspect this will show up. Mine is positioned at the bottom of my page.
In the left of that image is the template showing the codes. In the right of that image is the css of the selected line.
If you click the line below it with the <a and the title, then you will see the css for .a in the right.
You can change the css to see what needs to be changed in the files to make it line up right.
There is a <br> after the title which is correct, but there should not be a <br> before the title.
If there is no <br> there then the css could be what is causing that line drop.
You have to play with the css or the html and see if you can get it to line up correctly in inspect.
Then you will know what changes you need to make in the files to fix that. Good hunting.