Recently, I came across an issue with the Wordpress theme I developed where the H1 article titles start floating up into the next article when resizing the browser window. Despite my efforts, I haven't been able to determine what is causing this. Any advice or suggestions on how to fix this would be highly appreciated.
ul.info li, .excerpt, .post-link {
float: left;
}
The mentioned styles seem to be causing the title of the article to move upwards. However, if I remove them, the "posted by, written on, date" elements all display in a horizontal list format, which is not desired.
Additionally, I've observed that when viewing single post pages and shrinking the browser window, the article's content extends beyond the screen.
I'm feeling quite confused by these issues and would greatly appreciate any assistance from anyone out there.
You can view the problem for yourself here: