Created
December 4, 2020 15:36
-
-
Save tylercubell/fba2b4bbd73861f90577b05e8e7046ff to your computer and use it in GitHub Desktop.
This file contains 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
/* Crop post featured image. */ | |
.wpbf-post-image-wrapper { | |
max-height: 400px; | |
overflow: hidden; | |
} | |
.wpbf-post-image-wrapper img { | |
display: block; | |
width: 100%; | |
margin:-21.875% 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment