wesmcdermott
Member
Posted 1 year ago #
Hi,
If you look at muscle-gain-tips.com/fish-oil-supplements/scivation-essential-fa-reviews you can see the issue i'm having with the bullets attached to the comment box. This is happening on every comment box on the site.
I've had a friend look through the CSS to try and find the issue but no luck.
issue:
#points li{
padding-right:2px;
list-style-image: url(http://www.muscle-gain-tips.com/images/bullet10.jpg);
color:#7c716f;
}
the comments code outputs list items (even if it is not properly setup with an unordered or ordered list) and are also within the div #points - therefore the 'tickbox' icon before the comment.
fix:
add this somewhere to style.css:
#comments li { list-style-image:none; }
extras:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.muscle-gain-tips.com%2Ffish-oil-supplements%2Fscivation-essential-fa-reviews&charset=%28detect+automatically%29&doctype=Inline&group=0