Forum Discussion
EilertTorsnes
11 years agoCommunity Member
Change built in button size in Articulate storyline player
Hi guys!
Any way I can change the size of the built in buttons in the storyline player?
As html5 make mobile learning (on an iphone 5s/mobile safari) a reality, the only real issue is the tiny p...
Jerson-Campos
11 years agoCommunity Member
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;
}
- EilertTorsnes11 years agoCommunity Member
Youre a genious, thanks so much:) Wish I could code. How do you know this stuff?
- CatherineZavala7 years agoCommunity Member
Hello, does anyone know if this will work with Storyline 360? I am having trouble finding the player.css file.
- kristenkline7 years agoCommunity Member
me too
- MichaelCamastra4 years agoCommunity Member
Any update on this work-around, does it work for SL360?
- KenFlieger5 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