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
Hey Paul!
Can you post a link to the page where this is happening?
Regards,
Josue
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
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