• Resolved alexsparky

    (@alexsparky)


    If the page is created in the standard WordPress editor, then the width of the comment field is equal to the width of the content on that page.

    If the page is created in Elementor, then the width of the comment field is the full width of the site. Moreover, there are no margins at all, which is absolutely ugly.

    If you deactivate Elementor, the page created in it surely loses its normal appearance and its content disappears, but the comments take on a normal appearance, as on a page created in the standard WordPress editor. That is, it’s all about Elementor. Changing the individual page layout in Elementor as well as the Standard Page Template as defined in: Elementor Panel → Burger Menu → Site Settings does not help. Elementor sets comment width from a different location. But from where? Help me find out, please.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • comments.comments-area {
      padding: 0px 10px;
    max-width: min(100%,var(--container-max-width,1140px));
    margin: 0 auto;
    }
    
    

    I got the same error and fixed it with additional CSS in the template. I used the hello theme. Maybe it works the same way on your theme. Hope I could help.

    Thread Starter alexsparky

    (@alexsparky)

    It didn’t work but thanks anyway!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comments field width’ is closed to new replies.