Hello.I would like to set the comment area border to the entire width of the website, but I don't know how.Everything worked fine for me last website, but not now.I also tried some css codes but none helped me.Can you help me please?
Put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
The red-marked value can be changed as you like.
Don't forget to delete the caches before checking.
In case you want to say thank you! 🙂 We'd really appreciate if you leave a good review on the plugin page. This is the best way to say thank you to this project and the support team.
I can ask you one more time if it's not a problem. How can I save the change in my code from image 1 or create a CSS code from code similar to yours (images 2) because my code doesn't work
And my second question. I can't find this section in my code (images 3), can you show me how to find it and change the color from white (#ffffff) to gray (#4c4c4c)
How can I save the change in my code from image 1 or create a CSS code from code similar to yours (images 2) because my code doesn't work
Your code also should work fine. Try to add the !important statement:
#comments {
margin-top: 2px !important;
}
Watch this video: https://www.screencast.com/t/Fn4OPPAg
And my second question. I can't find this section in my code (images 3), can you show me how to find it and change the color from white (#ffffff) to gray (#4c4c4c)
Sure, I'll attach a video instruction below: https://www.screencast.com/t/T7r6xqBYC3
It's just a summary of margins and you should remove it using the CSS code below:
In case you want to say thank you! 🙂 We'd really appreciate if you leave a good review on the plugin page. This is the best way to say thank you to this project and the support team.