Created
January 26, 2016 19:41
-
-
Save j-mccarthy/1d39e35971ce4d104df7 to your computer and use it in GitHub Desktop.
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
/* Good Reviews */ | |
/** Home page column layout - To be worked on */ | |
.homepage-testimonial-wrap { | |
background-color: #f1f4f0; | |
padding-top: 3em; | |
margin-top: 4em; | |
} | |
.widget_grfwp_widget_reviews h2 { | |
text-align: center; | |
} | |
.gr-reviews { | |
border-bottom: none; | |
} | |
.gr-review { | |
width: 45%; | |
float: left; | |
margin-right: 5%; | |
margin-bottom: 1.618em !important; | |
} | |
blockquote.gr-review { | |
border-left: none; | |
padding: 0; | |
padding-right: 2em; | |
margin-bottom: 1.618em; | |
} | |
.gr-review:nth-child(2n) { | |
margin-right:0; | |
} | |
.gr-review-body { | |
font-size: 1em !important; | |
margin-top: 1em; | |
} | |
.gr-review-body p { | |
margin-bottom: 1em; | |
} | |
.gr-item-has-image .gr-author-img img { | |
border-radius: 50%; | |
width:100px; | |
height:100px; | |
} | |
.gr-item-has-image .gr-author-img { | |
float: left !important; | |
width: auto !important; | |
margin-right: 1.5em; | |
} | |
.gr-author { | |
float: left; | |
} | |
.gr-item-has-image .gr-author-text { | |
width: auto !important; | |
} | |
.gr-author-text { | |
font-size: .934em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment