After making CSS changs to content above the footer. The footer is now floating over the contact form. It might be due to the re-arrangment of the content. With the profile image on the left of the interests contetn now. And this CSS clearing the way to prevent overlap:
After making CSS changs to content above the footer. The footer is now floating over the contact form. It might be due to the re-arrangment of the content. With the profile image on the left of the interests contetn now. And this CSS clearing the way to prevent overlap:
.row::after { content: ""; display: table; clear: both; }
Evaluate what is "after" the last row.