Justifying items not working

I am trying to justify the social icons and text on the following page, but using this css, but it doesn’t seem to spread them out, just bunches them together in the center. But they need to be evenly distributed with space all around each. And, when on mobile I have the text hiding and only the icons show, but those should stay centered.

div#social1 {
display: flex;
align-items: center;
justify-content:space-evenly;
}

https://daystarpeacecd.wpengine.com/about

Hi @daystartv,

Thanks for reaching out.

You should remove the wrapper <p style="margin-bottom: 0;"></p> , the styling is applied to that since it’s a direct child of #social1 element instead of your link/icons.

Thanks!

Thank you! Appreciate it.

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.