How I can fix error upload logo wordpress

since version 5.3 WordPress will not allow uploads larger than 2560 pixels. Is your image larger that 2500 pixels? If so, try reducing its size.

Another try can be:
increasing your PHP limits. You can do this in WordPress by adding the following line to your wp-config.php file:

define('WP_MEMORY_LIMIT', '256M');
1 Like