Okay
  Public Ticket #2975728
Editing appearance of comments section
Closed

Comments

  • Jan started the conversation

    Is there a way to edit the appearance of the comments section that pops up at the bottom of a page when I turn on comments?

    Or is there a way for me to create my own comments section.  I didn't see a widget for  that.  

    Thanks. 

    Jan

  •  647
    Alexandre replied

    Hi Jan, 
    The comment section inherit global style from the theme options. No option specific to the comment section is available. The best way to custom it is to use some custom css code.

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Jan replied

    Is the comments section supposed to be hugging the left margin?  It seems odd.  See screenshot.  

    2908414165.png
  •  647
    Alexandre replied

    Hi Jan, 
    May I have the page url?

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Jan replied

    Sorry I didn't see this response until now.  I have temporarily taken the site our of maintenance mode so i can share the page:  https://knotholemusic.com/contact-2/  

    You'll see that the contact section at the bottom is hugging the left margin, which I am guessing is not how it is supposed to look. 

  •  647
    Alexandre replied

    Hi there
    Please go to wp-admin>theme options>custom css/js
    And add this code n the custom css field

    .elementor-page #comments {
    max-width: 1230px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    float: none;

    }


    Thanks,


    Alexandre from the Sonaar.io Crew