Archived topic
Change the width of comment box
3 replies · Started by Math on May 18, 2021
Viewing posts 1–4 of 4
Hi,
I would like to use Elements to reduce the width size of the comment box for Download post type only (sample link below).
https://doodle.house/download/shape-dividers-in-coblocks-1-9-2
How do I pull in the comment box into Elements?
Thank you.
Hi there,
you can use some CSS for that - try this:
@media(min-width: 769px) {
.single-wpdmpro .comments-area {
max-width: 66%;
}
}
I assumed you wanted it the same width as your post content.
That's a lot simpler solution. Thank you!
You're welcome
This archived topic is closed to new replies.