Hi Podz, yeah i have tried it for the comment and for the comment form as mentioned on Root’s site.
Here is the CSS with all parts regarding comments set to margin 0 and 450px:
#commentform #comment{
width: 450px;
margin:0;
}
#commentform textarea {
width: 450px;
margin:0;
}
#commentlist li ul {
border-left: 1px solid #ddd;
font-size: 110%;
list-style-type: none;
width: 450px;
margin:0;
}
ol li p{ /* MY ADDED STYLE TO CONTROL THE OL COMMENT THAT IS IN BLUE */
background-color: #0066CC;
margin:0;
width: 450px;
}
#commentlist li p {
width: 450px;
}
an interesting thing happens though, only viewable in Firefox, the blue background does behave but not the text, see it here:
https://www.helmet.pwp.blueyonder.co.uk/com_problem3.jpg
you can margin left it as much as you want and that behaves as it should, margin right has no effect, its all a bit mad.
Thanks.