Hi Rod!
Thanks for reaching out to us. I will try to help with your questions.
1) There is a filter where this can be changed from the functions.php.
<?php
add_filter('tribe_get_event_website_link_target', 'my_custom_link_target');
function my_custom_link_target(){
return "_blank";
}
?>
2) To modify things like padding on the templates, you will need to add some custom CSS.
3) The page title in your screenshot appears to be something generated by your theme. You will need to work with your theme templates or settings to make that change.
To sum up, none of these things would be addressed by the Pro plugin.
Hope that helps! Let me know if you have any other questions.
Thanks,
Sky