Forum Discussion
Change built in button size in Articulate storyline player
After the code for the padding just add this line
margin-top: -10px;
So it would look like this
#control-next /* This will adjust the next button. Make changes to the numbers below */
{
padding: 15px 30px 15px 30px; /* Top Right Bottom Left */
margin-top: -10px;
}
Hello, does anyone know if this will work with Storyline 360? I am having trouble finding the player.css file.
- kristenkline8 years agoCommunity Member
me too
- MichaelCamastra5 years agoCommunity Member
Any update on this work-around, does it work for SL360?
- BeccaLevan5 years agoCommunity Member
Thanks for reaching out, Michael!
Just in case Kristen isn't subscribed to this thread any longer, feel free to click that Contact Me button on her profile page if needed!
- KenFlieger6 years agoCommunity Member
Kind of late. However, wrap style in div and replace 'Player Text Label' text.
Get ride of the ugly bold font and padding on the submit button:<div style="font-weight: normal;padding-left:10px;padding-right:10px;">Check answer</div>
Related Content
- 11 months ago