Footer portfolio page

Why is my footer on the right side and not on the bottom. Cant get it right. Can you help me? Thank you.
A link to my portfolio https://codepen.io/Finette1/pen/PoxGZQo

I commanded this line out:

 .socials {
    display: flex;
    flex-direction: column;
    /*position: fixed;*/
    right: 1%;
    bottom: 50%;
  }

now your footer is at bottom. maybe now you got an inspiration how you can reach your goal.

Yes that worked but then the socials are in the wrong place

Found my problem i needed to close the div of socials before the footer. Thank you

as we found out that the footer and social changing together, there must be a HTML problem. Maybe your social & footer are in one container.

1 Like

perfect, I was thinking as well of that problem. happy coding.

1 Like