I am dealing with a table
where the challenge lies in aligning the text to center in the header
.
.info-header {
font-size: small;
text-align: center;
}
Despite setting the alignment, the row
still inherits left alignment from jQuery mobile. Seeking any advice or solutions for this issue.