Site logo

Archived topic

Change the width of comment box

3 replies · Started by Math on May 18, 2021

Viewing posts 1–4 of 4

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.