Forum Discussion
EilertTorsnes
12 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
12 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;
}
EilertTorsnes
12 years agoCommunity Member
Youre a genious, thanks so much:) Wish I could code. How do you know this stuff?
Related Content
- 11 months ago