Hello
I am trying to make progress bar text align right side.
See this screenshot – https://ibb.co/jb7rvG
I am new to css. I don’t know how to add code perfectly.
But I tried this way on
Wordpress -setting -intense – extra – CSS code
.intense.progress-bar {
text-align: right;
background-color: #ffffff;
}
Not worked, then I tried with my own css class.
.progressbar {
text-align: right;
background-color: #ffffff;
}
Then I inserted this shortcode
[intense_progress animation_speed="3" class="progressbar"] [intense_progress_segment color="#0000ff" value="74" text="Final Score"][/intense_progress_segment] [/intense_progress]
But not worked.
Help me.
Thank you