Spacing in header text

Hello Helical Team,

I am using Helical Insight 4.0 and on the dashboard, I want to add some space before the text starts. When I am using spacebar those are getting ignored. How can I do this?

Thank You,
Jam.

Hello Jam,

There are 2 methods of doing the same.
Method 1- You can add padding to the header by using the following CSS:

p{

padding-left: 20px !important;

}

image

Method 2: in the header you can write text like “….Header Goes here”. Then via selecting only the … portion you can give it a color which matches with the background. Thus it will give the feeling that there is spacing present before the text starts.

Thank You,
Helical Insight.