Last active
March 24, 2022 19:11
-
-
Save cesgarma/4737327ee59dc2c20dad3c73b2151e80 to your computer and use it in GitHub Desktop.
Easily add contact information to WordPress HTML widgets in the footer.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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