keep your css clean – with this style i style.css of the child theme:
footer #supplementary ul, li {
list-style-type: none;
display: inline;
margin: 0;
padding: 0;
}
you are styling all li elements;
did you mean:
footer #supplementary ul, footer #supplementary li {
...
Thread Starter
c-m
(@c-m)
Thanks. I never would have spotted that.
I was inadvertantly making the comment display: inline; which caused the problem.
I also need to change the button to read “Add review” rather than “Post Comment” but whist i’ve changed this in comment.php it’s had no effect at all.
(@c-m)
13 years, 6 months ago
I’m using a child theme to the default Twenty Eleven.
Unfortunately something has gotten messed up and the comments styling isn’t quite right. See below:
http://www.motobulbs.co.uk/products/philips-x-treme-vision-100-headlight-bulbs-pair/
There is one comment on that page, but some how its styling is messed up.
Can anyone help in correcting this?
Thanks