Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #731077

    Hi.

    I have problems with post comments in mobile version.
    There are too much right margin in responses and rigth side is hidden.

    I have this code in quick CSS, first part is too see OK in desktop devices.

    Thank you.

    div.comment-entry.post-entry {
        width: 60%;
        margin: 0 auto;
    }
    
    @media only screen and (max-width: 480px) {
    div.comment-entry.post-entry {
        width: 100%;
    }
    .comment_content {
        margin-left: 0;
    }}
    • This topic was modified 7 years, 10 months ago by VM.
    #732259

    Hey vmoralestejedor,

    use a code like this inside Quick CSS field:

    .children .comment_content {
    margin-left: -73px;
    margin-right: 20px;
    }

    Make sure no caching is activates, so you’re able to see the changes. Adjust code as needed.

    Best regards,
    Andy

    #732335

    Perfect, thank you!

    #733655

    Hi,

    Glad Andy could help :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Post comments’ is closed to new replies.