Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #272705

    Love your work guys. Truly astounding stuff!

    I have a small query on your Progress Bars item:

    If you have a title of more than a few words, these can look ugly on screens lower than 768. Is there any suggestion other than the obvious?

    Could it be modified so that any text on the progress bar is displayed above the animation if it cannot fit on one line?

    Thanks

    Paul

    #272719

    Hey Paul!

    Can you post a link to the page where this is happening?

    Regards,
    Josue

    #272758

    Sure!

    http://www.schoop.co.uk/nerds/

    Maybe I haven’t used the feature as intended, but maybe there’s a way to position the text above or below the progress bar for smaller screens.

    Thanks

    Paul

    #272802

    Hey Paul!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
    .avia-progress-bar .progressbar-title-wrap {
        position: static;
        color: black !important;
        padding: 0 !important;
    }
    }

    Cheers! 
    Josue

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