solved Change the download button size

paatie
@paatie
8 years ago
36 posts
Hi Team

I need some directions on where can I change the size of the download button on my audio songs. Somehow my users are missing the button because it is too small so I want to make the button bigger on the site.

I'm on JR 6 and using the MediaPro skin

Thanks in advance
updated by @paatie: 05/03/17 05:42:23PM
douglas
@douglas
8 years ago
2,797 posts
You can change the size of the download button in your skins include.php file, this is the part that sizes the icon buttons.

    // Tell the core the size of our action buttons (width in pixels, up to 64)
    jrCore_register_module_feature('jrCore', 'icon_size', 'jrMediaPro', 18);

Note that this will change the size of all buttons that use an icon, ie. modify, delete etx..., not just the download button.

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
paatie
@paatie
8 years ago
36 posts
@douglas exactly what I was looking for thank you very much.
douglas
@douglas
8 years ago
2,797 posts
Your welcome! :)


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

Tags