Here's a quick one. I've seen a couple of questions about this in the past - how to center blog's title in Blogger's Dynamic View. If you don't have a description set, your title will look isolated on the left, and there will be lots of empty space to the right. Here's how you can bring your blog's title to the center.
Go to Dashboard --> Template --> Customize --> Advanced --> Add CSS --> paste the following code --> Press enter after the last character of the last line } --> Apply to Blog.
#header.header .header-bar span.title{
width: 100% !important;
text-align: center !important;
}