[Resolved] Better responsive css for nested comments

Home Forums Support [Resolved] Better responsive css for nested comments

Home Forums Support Better responsive css for nested comments

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #185736
    Pete

    Hi Tom, the current css for nested comments works well for a larger screen but when it comes to mobile devices the paddings, margins & indents are too large and doesn’t allow for more than a few nested comments before the latest nested comment is very (too) narrow.

    Would you like to review the css and maybe look at reducing the paddings/indents etc overall and/or at the 768px break point?

    Thanks heaps

    Pete

    #185803
    Tom
    Lead Developer
    Lead Developer

    Absolutely, on my to do list for the next version.

    Thanks!

    #185839
    Pete

    Great thanks 🙂

    #185967
    Tom
    Lead Developer
    Lead Developer

    This is done in the next version.

    @media (max-width: 768px) {
        .comment .children {
            padding-left: 10px;
            margin-left: 0;
        }
    }
    #185968
    Pete

    Thanks Tom, any chance in having the post author’s comments highlighted a little?

    #186008
    Tom
    Lead Developer
    Lead Developer

    There’s no plans for that right now, but it’s easy enough to do with some CSS.

    For example:

    .bypostauthor > article .comment-content {
        background: yellow;
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.