Hey there redjoker,
How are you doing today?
If this is what you’re referring to http://screencast.com/t/b2AmImbD you should be able to reduce the size of it with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
.entry-header .entry-title {
font-size: 22px;
}
Note that this is the original size of the post titles and to reduce them you’ll have to reduce the numeric value to what ever suits you the most.
Hope this helps 🙂
Best regards,
Bojan