I am trying to get the coail icons at the bottom of the page to be inline with each other like the links above (Home, about etc) I followaed a tutorial which used a “table” method, which I was a bit confused about but followed. I tried the same process with the social icons but it doesn’t work.
I’m not sure what the table method is, but you can try:
.social-icons li{
display: inline-block;
}
You’ll notice that when you do, they don’t align with the menu items just above it. That’s because the wrapping element .social-icons has padding on the left. You can remove it with: