Site logo

[Resolved] Resize comment box – GP Premium

Home Forums Support [Resolved] Resize comment box – GP Premium

Home Forums Support Resize comment box – GP Premium

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2202804
    Leonardo

    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

    #2202807
    David
    Staff
    Customer Support

    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.

    #2202812
    Leonardo

    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!

    #2202819
    Leonardo

    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/

    #2202848
    David
    Staff
    Customer Support

    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 🙂

    #2203045
    Leonardo

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

    #2203065
    David
    Staff
    Customer Support

    Nothing that you would ever notice.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.