Archived topic
Question about padding "comment box"
3 replies · Started by Sebastian on October 4, 2021
Viewing posts 1–4 of 4
Hello, please take a look at my page:
https://www.gesundepfunde.com/athletic-greens-test-erfahrungen/
The comment box is right here on the edge of the page, no padding. Can I insert a padding for this box via CSS for my entire page?
Unfortunately, I can't do it via a hook as I'm using the entire width of the page.
thanks
Hi there,
try adding this CSS:
#comments {
max-width: 840px;
padding: 20px;
margin: auto;
}
Great! Thanks!
Glad to be of help
This archived topic is closed to new replies.