Created
September 12, 2017 08:58
-
-
Save phpbits/e4fe4552f4fd5d4e33aeffa5ff4747db to your computer and use it in GitHub Desktop.
Full Width Genesis Footer w/ Styling
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
| /* # Full Width Genesis Footer w/ Styling | |
| ------------------------------------------- */ | |
| .footer-widgets{ | |
| background-color: #232525; | |
| } | |
| .footer-widgets, .footer-widgets a, .footer-widgets .widgettitle{ | |
| color: #fff; | |
| text-decoration: none; | |
| } | |
| .footer-widgets-1.footer-widget-area{ | |
| width: 100%; | |
| box-sizing: border-box; | |
| } | |
| .footer-widgets .widget{ | |
| padding: 0px 20px; | |
| margin-bottom: 20px; | |
| } | |
| .site-footer{ | |
| padding: 25px 0; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment