Skip to content

Instantly share code, notes, and snippets.

@cesgarma
Last active March 24, 2022 19:11
Show Gist options
  • Save cesgarma/4737327ee59dc2c20dad3c73b2151e80 to your computer and use it in GitHub Desktop.
Save cesgarma/4737327ee59dc2c20dad3c73b2151e80 to your computer and use it in GitHub Desktop.
Easily add contact information to WordPress HTML widgets in the footer.
/* Footer contact widgets styles */
.contact-data a, .contact-data{
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
padding: 10px 10px 10px 0px;
font-size: 22px;
}
.contact-data i {
margin: 15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment