Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Styling of the comments section

  • Hi there,

    is there a way to customize the comments section?

    I add a link to mine which I find boring and it uses the whole width of the website.
    Link is in the private info box.

    So…what can I do to modify the looks of the comments section?

    Thanks in advance!

  • Hi there,

    Try this CSS:

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

    You can keep on adding more CSS to style it.

  • Thanks Ying,

    is this code responsive, so that it also works for mobile and tablet?
    Or do I need to individualize the values for mobile and tablet?

    Are there pre styled blocks available which I can use for my comments section?
    That would be a lot easier (and faster). 🙂

    Thanks a lot!

  • Yes, the CSS works for all devices and WP has the comments block 🙂

  • Hi Ying,

    Are there pre styled blocks available which I can use for my comments section?
    That would be a lot easier (and faster). 🙂

    Thanks a lot!

  • Yes, WP has the comments block, you can give it a try.

  • Hi Ying,

    where can I find it?
    In the Generate Blocks Library?

    Thanks again!

  • No, it’s a WP block, just like paragraph and heading block.
    https://wordpress.com/support/wordpress-editor/blocks/comments-block/

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