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.
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.
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
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
Is the comments section supposed to be hugging the left margin? It seems odd. See screenshot.
Hi Jan,
May I have the page url?
Thanks,
Alexandre from the Sonaar.io Crew
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.
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