Created
November 8, 2019 11:51
-
-
Save andrastudio/c53521fd6535e096ece904e01fe47a41 to your computer and use it in GitHub Desktop.
Suki WordPress theme grid layout adjustment
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
.suki-loop-grid .entry-wrapper { | |
position: relative; | |
background-color: #fff; | |
box-shadow: 0 5px 35px rgba(50, 50, 93, 0.1); | |
} | |
.suki-loop-grid .entry-wrapper { | |
border-radius: 5px; | |
} | |
.suki-loop-grid .entry-thumbnail img { | |
border-radius: 5px 5px 0 0; | |
} | |
.suki-loop-grid .entry-wrapper .entry-content.entry-excerpt { | |
display: none; | |
} | |
.suki-loop-grid .entry-meta { | |
position: absolute; | |
bottom: 5px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment