Moving the up button
Using Jamroom
Hello Perrie,
Your looking for the CSS style for the button and It should still be in your skins/YOURSKIN/css/footer.css file.
Hope this helps!
{jrProfile_menu template=$menu_template profile_quota_id=$profile_quota_id profile_url=$profile_url order="jrAction,jrBlog,jrCombinedAudio,jrAudio,jrCombinedVideo,jrVideo,jrGallery,jrGroup,jrEvent,jrYouTube,jrVimeo,jrFlickr"}
{jrCore_list module="jrAudio" order_by="_item_id desc" limit="1" template="standalone_player.tpl" profile_id="24044"}
{if isset($_items)}
{foreach $_items as $item}
{jrCore_media_player module="jrAudio" field="audio_file" search1="_profile_id = `$_items.0._profile_id`" order_by="audio_file_track numerical_asc" limit="50" autoplay=false}
{/foreach}
{/if}