Theme not uploading showing maximum upload size on live site

You should increase upload_max_filesize in your php.ini file. If you use cPanel based control panel, you can create file called php.ini in your public_html dir, and put upload_max_filesize = 15M there.

Other way it to tell your hosting provider to increase your max upload limit.