Site logo

Archived topic

Resize comment box - GP Premium

6 replies · Started by Leonardo on April 28, 2022

Viewing posts 1–7 of 7

Hi! First, I would like to congratulate you for the great theme and plugin. I'm leaving Elementor and it's amazing how much lighter, elegant, thin, smooth my website has become!

I'm trying to reduce the size of the comment box, but without success. It is this "giant" size, as I defined, in the models in the post, without side widgets. I set it this way so that the content of the post is exactly in the middle of the page.

However, perhaps as it does not have side widgets to delimit the space, the comment box always occupies the entire size.

Following image: https://leonardomarioto.com/wp-content/uploads/2022/04/coments.png

Hi there,

Really nice to hear that :)

try adding this CSS to your site:

.comments-area {
    max-width: 800px;
    margin: auto;
}

Adjust the max-width to suit your needs.

Wow, what a quick response!

I wasn't using max-width, but just Width: 50% (for example), so it was getting weird, especially on smaller screens.

Now it worked, thank you very much.

Hugs!

One question... Is there any simple way to make comments appear before related posts?

The problem is that the comment box is automatically added by WordPress.

One idea would be to create a specific footer for a page of posts, so I would put the related posts in the footer itself... But I don't know if that would be the best thing to do.

Ex: https://leonardomarioto.com/big-data/

This:

One idea would be to create a specific footer for a page of posts, so I would put the related posts in the footer itself… But I don’t know if that would be the best thing to do.

Thats the way to do it :)

Can creating multiple specific elements, as in this example, make the site heavier?

Nothing that you would ever notice.

This archived topic is closed to new replies.