Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
dwighttrumbower
Creator II
Creator II

Pivot Table column header justification, can it be done?

One can justify the data in a column but can you justify the column headers? I could not find a way. It seems to only be center justification.

 

Labels (2)
1 Reply
robert_mika

You cannot , maybe thru custom CSS but not as default. Like

.qv-st-header-cell-content {
justify-content: flex-start !important;
text-align: left !important;
}