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.

Adjusting Comment Box Width

  • The comment box section of my page needs to be adjusted for width on mobile and desktop. Currently it doesn’t align with the width of the rest of the container on desktop and mobile. Page link attached.

  • Hi there,

    Try this CSS:

    .single-post .comments-area {
        max-width: 860px;
        margin-left: auto;
        margin-right: auto;
        padding: 15px 15px 0;
    }
  • Hi, that fixed it for desktop. the mobile view still lacks margin. PFA screenshot. Please help fix it for mobile as well.

  • Hi there,

    I can see the 15px of left and right margin that Ying’s CSS adds on the mobile.
    Can you try clearing the browser cache on your mobile ?

  • yep. that was it. thank you!

  • You’re welcome

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