Hi guys.
Thank you for the ENFOLD!
I have a little issue with post comments on mobile version: They are not responsive and are collapsed in c
Please check my site, they is not ready yet, you need to login.
Thank you.
Hi vmoralestejedor!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
div.comment-entry.post-entry {
width: 100%;
}
.comment_content {
margin-left: 0;
}}
Cheers!
Yigit
PERFECT!