Archived topic
the comment is wider than the article
3 replies · Started by Abali on March 27, 2023
Viewing posts 1–4 of 4
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/
Hi there,
try adding this CSS:
.comments-area {
max-width: 800px;
margin: auto;
padding: 20px;
}
Thanx so much it's fine now...
Glad to hear that!
This archived topic is closed to new replies.