Site logo

[Resolved] the comment is wider than the article

Home Forums Support [Resolved] the comment is wider than the article

Home Forums Support the comment is wider than the article

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

    I recently designed single post page and noticed the comment area is full screen and it isn’t ok. So how do i make it stay contained in the article. https://bayelsastatesportscouncil.com/testing-post-2/

    #2583958
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .comments-area {
        max-width: 800px;
        margin: auto;
        padding: 20px;
    }
    #2584293
    Abali

    Thanx so much it’s fine now…

    #2585277
    David
    Staff
    Customer Support

    Glad to hear that!

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