Skip to main content
Announcements
Qlik Community Office Hours - Bring your Ideation questions- May 15th, 11 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
kristen_qlik_noob
Contributor III
Contributor III

Simple KPI - CSS - Changing Font Size and entering space for Second Value

I have a KPI where I would like to add a second value....how do I go about changing the font size of the second value and making a space between the first value and the second value so they can stack vertically without being smashed together? Thanks!

Current CSS:

& .label {
font-size: 150%;
color: black !important;
}
& .value {
font-size: 200%;
color: black !important;
]

1 Reply
kristen_qlik_noob
Contributor III
Contributor III
Author

Do I have to just create another KPI?