[Resolved] Styling comments

Home Forums Support [Resolved] Styling comments

Home Forums Support Styling comments

  • This topic has 20 replies, 3 voices, and was last updated 2 years ago by David.
Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #2187198
    Raul

    Thank you very much. It works perfect now!

    #2187204
    Fernando
    Customer Support

    You’re welcome Raul! Glad to be of assistance! Feel free to reach out anytime you’ll need assistance with anything else. 🙂

    #2187338
    Raul

    I come with one more question related to the author on the left…
    What is the CSS class name for the author’s name? With this current styling if a commentator’s username is-very-very-super-long, it will mess up everything. I have tried several classes and CSS as “width:70px; word-break: break-word;” but didn’t work as expected :(.
    Could you please help?

    #2187349
    David
    Staff
    Customer Support

    You have this CSS:

    footer.comment-meta {
        margin-right: 20px;
    }

    Try changing it to:

    footer.comment-meta {
        margin-right: 20px;
        min-width: 100px;
        max-width: 100px;
    }
    #2187362
    Raul

    I have added “word-break: break-word;”, tested with a super long username and works perfectly.
    Thank you a lot!

    #2187363
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.