Hi,
Love how the progress bars work!
Would it be possible to get it display in a VERTICAL manner compared to horizontal (at the moment)?
Thanks!
Hi fairusd!
You can turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then edit your element and give it a custom CSS class and then add following to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class {
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
}
Regards,
Yigit