Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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!