Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save phpbits/d78527edeaaf2a683fa728d6d1a508f0 to your computer and use it in GitHub Desktop.
Genesis Instagram Widget Custom Style
/* Instagram
---------------------------------------------------------------------------------------------------- */
.instagram {
overflow: hidden;
}
.instagram .wrap {
border-top: 1px solid #eee;
margin-left: auto;
margin-right: auto;
max-width: 1280px;
padding-bottom: 30px;
padding-top: 40px;
text-align: center;
}
.footer-widgets .widget-title {
font-size: 24px;
margin-bottom: 20px;
}
.instagram ul {
display: inline-block;
margin-left: auto;
margin-right: auto;
}
.instagram ul li {
float: left;
padding-left: 7px;
padding-right: 7px;
max-width: 25%;
}
.instagram img {
height: auto;
vertical-align: top;
width: 100%;
border: 3px solid rgba( 255, 255, 255, 0.7 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment