Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #725045

    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.

    #725075

    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

    #725093

    PERFECT!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Comments on mobile’ is closed to new replies.