Created
September 12, 2017 08:59
-
-
Save phpbits/d78527edeaaf2a683fa728d6d1a508f0 to your computer and use it in GitHub Desktop.
Genesis Instagram Widget Custom Style
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
| ---------------------------------------------------------------------------------------------------- */ | |
| .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