Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
neerajthakur
Creator III
Creator III

Aligning Text in Multi KPI

Hi All,

xlitzdrama_0-1669359871477.png

 I am using Multi KPI here to display text and using hide value to only display the label so that users can click on it and move to next corresponding sheet, Although I have aligned all of them left they don't seem to be because of length of string. What all alternatives can I use? or how to correct this issue I have tried reducing the font size but id doesn't work.

Thanks & Regards,
Please Accepts as Solution if it solves your query.
Labels (2)
1 Solution

Accepted Solutions
justISO
Specialist
Specialist

Hi, as it is MultiKpi object you are working on, one of workarounds would be to add additional css code to force alignment. So go to one of your multikpis, Appearance -> Styles and add css under 'Styles (CSS):

.qv-object-qsstatistic .label { text-align: left !important }

View solution in original post

3 Replies
justISO
Specialist
Specialist

Hi, as it is MultiKpi object you are working on, one of workarounds would be to add additional css code to force alignment. So go to one of your multikpis, Appearance -> Styles and add css under 'Styles (CSS):

.qv-object-qsstatistic .label { text-align: left !important }

neerajthakur
Creator III
Creator III
Author

Hi, Thanks for the solution

Do you have a repository where such information is available for reference?

Thanks & Regards,
Please Accepts as Solution if it solves your query.
justISO
Specialist
Specialist

No, not as I know. As it is CSS style manipulation, objects and all just can be found with ctrl+shift+i in most browsers and inspecting elements. Basically, some CSS knowledge and 'try and error'.

For inspiration:

http://approbato.com/blog/customize-your-qlik-page-css-without-themes-trick/

https://youtu.be/9lhL3Nrel5Q