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?
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: