Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comment styling issues’ is closed to new replies.