How would I vertical align the TitleCell text in the table layout on a Profile Page?
I am using the default template and have looked in template.css at the following code and see a vertical-align:top; element which doesn't seem to be having any effect.
Please help,
See attached screenshot - Thank you, JT
.titleCell, .captionCell , table.content_table td.titleCell, table.content_table td.captionCell {
font-weight:bold;
text-align: left;
vertical-align:top;
padding:3px 3px 4px 6px;
}
.titleCell {
width:125px;
}