[Resolved] Change comment width for full width post

Home Forums Support [Resolved] Change comment width for full width post

Home Forums Support Change comment width for full width post

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

    I set one post to full width now the comment section is full width.

    Is there a way to change the comment section width for this post?

    #2345227
    Ying
    Staff
    Customer Support

    Hi Matt,

    The comment section inherits the post width by default.

    Although you can try this CSS to limit comment section’s max width:

    .single .comments-area {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    #2345233
    Matt

    That worked. Thanks

    #2345245
    Ying
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.