Skip to content

Instantly share code, notes, and snippets.

View edequalsawesome's full-sized avatar

eD! Thomas edequalsawesome

View GitHub Profile
/* set general flip box style | #3095837-zen eD */
[class*="flip-box"] {
background-color: transparent;
width: 100%;
height: 210px;
border: 1px solid #f1f1f1;
perspective: 5000px;
}
/* set flip box inner styles | #3095837-zen eD */
@edequalsawesome
edequalsawesome / support-search-fixes
Created April 18, 2020 18:21
Fix Support Search Page Spacing
/* fix headings in admin fields on support search page */
.mc-postbox .box h4 {
margin-bottom: 10px;
margin-top: 20px;
}
/* fix field spacing in admin fields on support search page */
.mc-postbox .box .fields {
margin-top: 14px;
margin-bottom: 14px;
/* fix adminbar jetpack issue */
.admin-bar {
position: static !important;
}
/* fix wordpress.com notification iframe width */
iframe#wpnt-notes-iframe2.wide {
width: auto !important;
}