Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CasusArts/eff6151d4f10b7d433c8103e9e4aed63 to your computer and use it in GitHub Desktop.
Save CasusArts/eff6151d4f10b7d433c8103e9e4aed63 to your computer and use it in GitHub Desktop.
WP Lifehacks
/* Fix top margin of navbar (bootstrap) if logged in wordpress */
@media screen and ( max-width: 782px ) {
.logged-in .navbar-fixed-top {
top: 46px;
}
}
@CasusArts
Copy link
Author

/* 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;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment