Created
June 5, 2018 21:48
-
-
Save CasusArts/eff6151d4f10b7d433c8103e9e4aed63 to your computer and use it in GitHub Desktop.
WP Lifehacks
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
/* Fix top margin of navbar (bootstrap) if logged in wordpress */ | |
@media screen and ( max-width: 782px ) { | |
.logged-in .navbar-fixed-top { | |
top: 46px; | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/* specific wp common styles on post comments /
/ === SPECIFIC WORDPRESS COMMON STYLES === */
#comments footer {
background: none;
color: inherit;
}
#comments footer a {
color: inherit;
}
#comments .comment-metadata {
margin: 10px 0 0;
}