Is it possible to create progress bars containing subcategories?
Attached image edited as an example:
Hey rwarner77,
what exactly do you mean? can you explain further please and maybe show an example of what you’re trying to achieve?
Best regards,
Andy
Hey Andy
I do something difficult in English but we will try :)
I want to create several progress bars that represent different items, some of these items have subcategories or sub-items … and I want to represent them with a space xa right of the bar (as is usually done with menus and submenus) , All bars should be aligned at the end
That is what I wanted to represent with the edited image.
Hi!
Thank you for the update.
Please turn on the custom css class field. Add a unique class attribute to the “sub progress bars” or “sub items” so that you can modify its css properties in the Quick CSS field. Example:
.customcssclassattribute .avia-progress-bar .progress {
width: 80%;
left: 20%;
}
.customcssclassattribute .avia-progress-bar .progressbar-title-wrap {
left: 22%;
}
You can change the “customcssclassattribute” selector with your own css class attribute.
Regards,
Ismael