Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #590582

    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!

    #590845

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.