SyntaxFix
Write A Post
Hire A Developer
Questions
Yes it's possible, just add inline styles for the element which you adding after or before, Example
<style> .horizontalProgress:after { width: 45%; } </style><!-- Change Value from Here --> <div class="horizontalProgress"></div>