Product Landing Page-footer help

So I’m working on trying to center the footer of this page, any help in writing the css code, please let me know where i went wrong. Thank You

Your footer looks centered on my device. Have you already fixed the issue?

No, it looks centered because i just haven’t set the width, but as soon as i set a width, lets say 750px, it immediately goes to the beginning of the line. I saved and edited the pen to show what I mean if you could take a look.

hi @cfountain931,

try remove your margin top, and write like this :
margin: 200px auto 0;

1 Like

that worked perfectly, thank you

1 Like