#8523

Intense Visions
Keymaster

Niranjan,

Hello! Sorry you’ve been having trouble with some of the Intense shortcodes. You should be able to align the text to the right by adding the following CSS.

.intense.progress-bar {
    text-align: right;
}

I checked the above CSS on the Progress demo page and it worked correctly. If it doesn’t work for you, maybe you need to add the !important attribute as well.

.intense.progress-bar {
    text-align: right !important;
}

If these options don’t work, then there may be a theme style or something that is overriding the alignment. I would need to see an example page in order to tell you what to do.

Thanks,

Josh