how to align center for the member name above the post details?
If you don understand see the pic below: x.x
You could try adding this to the CSS:
| CODE |
| .postdetails { display: block; text-align: center; background-color: #COLOR; border:1px solid #COLOR; padding-bottom:3px; padding-top: 3px;} |
I believe they don't want the .postdetails centered, since they've got that figured out already. They want the .normalname centered. I tried to do a few things on my test board to figure out how to do this, and I've come up short, unfortunately. The .normalname is in a .row4, it probably can be manipulated, but... I'm really not sure how to isolate that particular .row4 from all the other various .row4's that show up on the forums everywhere. >_<