Found a question recently on the forums which should help you understand how easy it is to customize your home page.
Basically the question relates to repositioning the entry title after the post info and aligned right of the featured image on the home page.
Here’s the before shot:
Here’s the result the code on this page produces:
Code Installation
The PHP code in the Gist labelled home.php should be copied from the view raw link and pasted into a new file you can create using a text editor like Notepad++. Upload the new file to the root directory of your child theme.
The PHP code in the Gist labelled functions.php should be copied from the view raw link and pasted at the end of your child themes functions.php file.
Use on Archives – More Flexible Solution
Use this code which repositions entry titles inline with your featured image on other archives.
This is great — can it be customized for different custom post types?
That is, I have two different CPT archive pages. I’d like to do this for one and not the other.
Conditional tags are the key after the function