Skip to content

Instantly share code, notes, and snippets.

@josafafilho
Created October 8, 2015 23:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josafafilho/66ae70befbed3f861ebb to your computer and use it in GitHub Desktop.
Save josafafilho/66ae70befbed3f861ebb to your computer and use it in GitHub Desktop.
Hack CSS para Tema Dados Pessoais e WP Side Comments
p.commentable-section.active {
width: 100%
}
.commentable-section.active:after {
display: none
}
.side-comment.active {
position: relative;
width: 100%;
left: 0;
margin-top: 25px
}
.side-comment.active .marker {
display: none
}
.side-comment .comments-wrapper {
position: initial;
width: 100%
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment