Hi again.
The GoDaddy account doesn't correct. Please check it again. If yes, please provide the FTP account.
To get the full company logo size, you can go to file /wp-content/themes/noo-jobmonster/framework/admin/noo_company.php line 954,
change the code $company_logo = wp_get_attachment_image( $thumbnail_id, $size, false, $args ); to
$company_logo = wp_get_attachment_image( $thumbnail_id, 'full' );
Then add the custom CSS to remove the radius 50%:
.list.loop-item-wrap .item-featured, .style-1 .loop-item-wrap .item-featured { border-radius: 0; }
Please check it again.
Thanks.