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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Costa
Contributor III
Contributor III

CSS - Pivot table column header

Hey 🙂

i am desperatly trying to reduce the height of the displayed columns within a pivot table. can anyone provide the CSS code?

Costa_0-1665644708746.png

 

 

 

Labels (1)
1 Solution

Accepted Solutions
vinieme12
Champion III
Champion III

try below

div[tid="YOUROBJECTID"] * {
margin: 1px!important;
padding: 0px!important;
}

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

2 Replies
vinieme12
Champion III
Champion III

try below

div[tid="YOUROBJECTID"] * {
margin: 1px!important;
padding: 0px!important;
}

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Costa
Contributor III
Contributor III
Author

brilliant - works splendid! many thanks!