The titles of the progress bars are overlapping the percentage associated. To resolve it, I was thinking about having the titles on the hand right side as I have little percentages as 20% maximum. Is it possible to do so ?
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
.nectar-progress-bar p {
margin-bottom: 20px !important;
}
Hello,
The titles of the progress bars are overlapping the percentage associated. To resolve it, I was thinking about having the titles on the hand right side as I have little percentages as 20% maximum. Is it possible to do so ?
Thank you for your help.
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thank you very much.
I would have prefer to make the title appears on the right of the bars. Is it possible ?
No unfortunately its not possible given the current html markup.
Best
ThemeNectar Support Team