Hello,

I just enabled avatars on my blog comments, but they are not positioned
correctly:

 

http://www.draftingservices.com/blog/project-photofly-v2-resources

 

So I starting poking at it with firebug, to see if I could find and fix the
problem. I found that if I change:

 

.comment-meta {

font-size: 12px;

margin: 0 0 18px;

}

 

to:

 

.comment-meta {

font-size: 12px;

margin: 0 0 18px 60px;

}

 

Then I get the date indented nicely. Then I tried to change:

 

.comment-author {

}

 

to:

 

.comment-author {

margin: 0 0 0 60px;

}

 

However, firebug would let me type in this line "margin: 0 0 0 60px" , but
would not accept it. The line kept getting deleted after I typed it.

 

So, two questions. 

 

1. Why wouldn't firebug accept that line of code?

2. Am I on the right track in fixing my problem, or is there a better fix?

 

 

Thanks,

CSS Grasshopper

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to