The top two rows are moved up. On the rest of my site the top one is the footer and the menu is below the banner. When I remove the page content both return to their normal positions. When I place the page content back both move up again.
There are a few errors in there.
In at least two places, I see <b> tags (bold) closed by <br> tags (line breaks).
I think you need to close that b tag before the p tag closes. That may be causing the placement problem.
Don’t know where that < p > came from but it was not in my code…
On the other hand I closed the bold command behind the mail address and that solver the problem.
Thanks. Sometimes you overlook the tiniest things.