bwilsoni / PageDemo

0 stars 0 forks source link

Footer Positioning #3

Closed bwilsoni closed 5 years ago

bwilsoni commented 5 years ago

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.

bwilsoni commented 5 years ago

This was resolved by using flexbox for content organization, and adjusting padding at the bottom.