Skip to content

Instantly share code, notes, and snippets.

@phpbits
Created September 12, 2017 08:58
Show Gist options
  • Select an option

  • Save phpbits/e4fe4552f4fd5d4e33aeffa5ff4747db to your computer and use it in GitHub Desktop.

Select an option

Save phpbits/e4fe4552f4fd5d4e33aeffa5ff4747db to your computer and use it in GitHub Desktop.
Full Width Genesis Footer w/ Styling
/* # 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