Archived topic
Change comment width for full width post
3 replies · Started by Matt on September 16, 2022
Viewing posts 1–4 of 4
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?
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;
}
That worked. Thanks
No problem :)
This archived topic is closed to new replies.