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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
MindaugasBacius
Partner - Specialist III
Partner - Specialist III

Sheet title in the hub. Qlik Sense

Hei,

Is it possible to center the title of the sheet in the hub?

Screenshot_1.jpg

Thank you!

Labels (1)
1 Solution

Accepted Solutions
EliGohar
Partner - Specialist
Partner - Specialist

Hi

Possible only with CSS, There's a hub.css file that you need to edit (at your own risk) - find this selector:

 .qv-grid .qv-details-name

and add to it the following:

text-align:center; 

Result:

EliGohar_0-1637222039680.png

Eli.

View solution in original post

4 Replies
EliGohar
Partner - Specialist
Partner - Specialist

Hi

Possible only with CSS, There's a hub.css file that you need to edit (at your own risk) - find this selector:

 .qv-grid .qv-details-name

and add to it the following:

text-align:center; 

Result:

EliGohar_0-1637222039680.png

Eli.

MindaugasBacius
Partner - Specialist III
Partner - Specialist III
Author

MindaugasBacius_0-1637306471735.png

I have changed as you said but nothing happens, am I doing something wrong?

MindaugasBacius_1-1637306513557.png

 

EliGohar
Partner - Specialist
Partner - Specialist

@MindaugasBacius Did you try refreshing and clearing the cache? I tried it locally and it works.

MindaugasBacius
Partner - Specialist III
Partner - Specialist III
Author

It actually helped. Thank you once again!